Html Css Color HEX #D4452F Cinnabar

📋 copy color: '#D4452F'

red 212 ◦ green 69 ◦ blue 47

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

Shades of Cinnabar #D4452F

Tints of Cinnabar #D4452F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.04%

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

R = 64.63%
G = 21.04%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4452F (or 0xD4452F) is known color: Cinnabar. HEX triplet: D4, 45 and 2F. RGB value is (212,69,47). Sum of RGB (Red+Green+Blue) = 212+69+47=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4452F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4452F is #2BBAD0. Grayscale: #6D6D6D. Windows color (decimal): -2865873 or 3098068. OLE color: 3098068.

HSL color Cylindrical-coordinate representation of color #D4452F: hue angle of 8º 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 #D4452F is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 69 47 -
CMYK 0 0.67 0.78 0.17
HSL 0.66% 0.51% -
HSV(B) 0.78% 0.83% -
XYZ 29.79 18.46 4.68 -
YUV 109.25 92.88 201.29 -
System Red Green Blue C M Y K H S L
Decimal 212 69 47 0 0.67 0.78 0.17 8 0.66 0.51
Hex D4 45 2F 0 43 4E 11 8 42 33
Octal 324 105 57 0 103 116 21 10 102 63
Binary 11010100 1000101 101111 0 1000011 1001110 10001 1000 1000010 110011

Color Harmonies of #D4452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4452F

Black with #D4452F

Text Example


Text Example

White with #D4452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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