Html Css Color HEX #D43E2C Cinnabar

📋 copy color: '#D43E2C'

red 212 ◦ green 62 ◦ blue 44

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

Shades of Cinnabar #D43E2C

Tints of Cinnabar #D43E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.5%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 66.67%
G = 19.5%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D43E2C (or 0xD43E2C) is known color: Cinnabar. HEX triplet: D4, 3E and 2C. RGB value is (212,62,44). Sum of RGB (Red+Green+Blue) = 212+62+44=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E2C is #2BC1D3. Grayscale: #696969. Windows color (decimal): -2867668 or 2899668. OLE color: 2899668.

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

Color convert

RGB 212 62 44 -
CMYK 0 0.71 0.79 0.17
HSL 6.43º 0.66% 0.5% -
HSV(B) 6.43º 0.79% 0.83% -
XYZ 29.33 17.62 4.24 -
YUV 104.8 93.7 204.46 -
System Red Green Blue C M Y K H S L
Decimal 212 62 44 0 0.71 0.79 0.17 6.43 0.66 0.5
Hex D4 3E 2C 0 47 4F 11 6 42 32
Octal 324 76 54 0 107 117 21 6 102 62
Binary 11010100 111110 101100 0 1000111 1001111 10001 110 1000010 110010

Color Harmonies of #D43E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43E2C

Black with #D43E2C

Text Example


Text Example

White with #D43E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43E2C; }

 p { color: rgb(212,62,44); }

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

background-color css

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

 a { background-color: rgb(212,62,44); }

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

border-color css

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

 span { border-color: rgb(212,62,44); }

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