Html Css Color HEX #D43F2F Cinnabar

📋 copy color: '#D43F2F'

red 212 ◦ green 63 ◦ blue 47

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

Shades of Cinnabar #D43F2F

Tints of Cinnabar #D43F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 65.84%
G = 19.57%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D43F2F (or 0xD43F2F) is known color: Cinnabar. HEX triplet: D4, 3F and 2F. RGB value is (212,63,47). Sum of RGB (Red+Green+Blue) = 212+63+47=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43F2F is #2BC0D0. Grayscale: #696969. Windows color (decimal): -2867409 or 3096532. OLE color: 3096532.

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

Color convert

RGB 212 63 47 -
CMYK 0 0.70 0.78 0.17
HSL 5.82º 0.66% 0.51% -
HSV(B) 5.82º 0.78% 0.83% -
XYZ 29.44 17.76 4.57 -
YUV 105.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 212 63 47 0 0.70 0.78 0.17 5.82 0.66 0.51
Hex D4 3F 2F 0 46 4E 11 6 42 33
Octal 324 77 57 0 106 116 21 6 102 63
Binary 11010100 111111 101111 0 1000110 1001110 10001 110 1000010 110011

Color Harmonies of #D43F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43F2F

Black with #D43F2F

Text Example


Text Example

White with #D43F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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