Html Css Color HEX #D3012D Crimson

📋 copy color: '#D3012D'

red 211 ◦ green 1 ◦ blue 45

#D3012D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D3012D

Tints of Crimson #D3012D

RGB

 RED value IS 211 (82.81% from 255) = 82.1%

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 82.1%
G = 0.39%
B = 17.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D3012D (or 0xD3012D) is known color: Crimson. HEX triplet: D3, 01 and 2D. RGB value is (211,1,45). Sum of RGB (Red+Green+Blue) = 211+1+45=257 (34% of max value = 765). Red value is 211 (82.81% from 255 or 82.10% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 211 - color contains mainly: red. Hex color #D3012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3012D is #2CFED2. Grayscale: #444444. Windows color (decimal): -2948819 or 2949587. OLE color: 2949587.

HSL color Cylindrical-coordinate representation of color #D3012D: hue angle of 347.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3012D is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 1 45 -
CMYK 0 1.00 0.79 0.17
HSL 347.43º 0.99% 0.42% -
HSV(B) 347.43º 1% 0.83% -
XYZ 27.35 14.06 3.76 -
YUV 68.81 114.57 229.42 -
System Red Green Blue C M Y K H S L
Decimal 211 1 45 0 1.00 0.79 0.17 347.43 0.99 0.42
Hex D3 1 2D 0 64 4F 11 15B 63 2A
Octal 323 1 55 0 144 117 21 533 143 52
Binary 11010011 1 101101 0 1100100 1001111 10001 101011011 1100011 101010

Color Harmonies of #D3012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3012D

Black with #D3012D

Text Example


Text Example

White with #D3012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3012D; }

 p { color: rgb(211,1,45); }

 H1.HeaderClassName
 {
   color: #D3012D;
 }
 .AnyTagClassName
 {
   color: #D3012D;
 }
</style>

background-color css

<style>
 a { background-color: #D3012D; }

 a { background-color: rgb(211,1,45); }

 div.DivClassName
 {
   background-color: #D3012D;
 }
 .BgClassName
 {
   background-color: #D3012D;
 }
</style>

border-color css

<style>
 span { border-color: #D3012D; }

 span { border-color: rgb(211,1,45); }

 td.TdClassName
 {
   border-color: #D3012D;
 }
 .TagClassName
 {
   border-color: #D3012D;
 }
</style>