Html Css Color HEX #D43F31 Cinnabar

📋 copy color: '#D43F31'

red 212 ◦ green 63 ◦ blue 49

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

Shades of Cinnabar #D43F31

Tints of Cinnabar #D43F31

RGB

 RED value IS 212 (83.2% from 255) = 65.43%

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 65.43%
G = 19.44%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D43F31 (or 0xD43F31) is known color: Cinnabar. HEX triplet: D4, 3F and 31. RGB value is (212,63,49). Sum of RGB (Red+Green+Blue) = 212+63+49=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43F31 is #2BC0CE. Grayscale: #6A6A6A. Windows color (decimal): -2867407 or 3227604. OLE color: 3227604.

HSL color Cylindrical-coordinate representation of color #D43F31: hue angle of 5.15º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43F31 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 63 49 -
CMYK 0 0.70 0.77 0.17
HSL 5.15º 0.65% 0.51% -
HSV(B) 5.15º 0.77% 0.83% -
XYZ 29.48 17.77 4.78 -
YUV 105.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 212 63 49 0 0.70 0.77 0.17 5.15 0.65 0.51
Hex D4 3F 31 0 46 4D 11 5 41 33
Octal 324 77 61 0 106 115 21 5 101 63
Binary 11010100 111111 110001 0 1000110 1001101 10001 101 1000001 110011

Color Harmonies of #D43F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43F31

Black with #D43F31

Text Example


Text Example

White with #D43F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43F31; }

 p { color: rgb(212,63,49); }

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

background-color css

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

 a { background-color: rgb(212,63,49); }

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

border-color css

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

 span { border-color: rgb(212,63,49); }

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