Html Css Color HEX #D4442F Cinnabar

📋 copy color: '#D4442F'

red 212 ◦ green 68 ◦ blue 47

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

Shades of Cinnabar #D4442F

Tints of Cinnabar #D4442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

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

R = 64.83%
G = 20.8%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4442F (or 0xD4442F) is known color: Cinnabar. HEX triplet: D4, 44 and 2F. RGB value is (212,68,47). Sum of RGB (Red+Green+Blue) = 212+68+47=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4442F is #2BBBD0. Grayscale: #6C6C6C. Windows color (decimal): -2866129 or 3097812. OLE color: 3097812.

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

Color convert

RGB 212 68 47 -
CMYK 0 0.68 0.78 0.17
HSL 7.64º 0.66% 0.51% -
HSV(B) 7.64º 0.78% 0.83% -
XYZ 29.73 18.34 4.66 -
YUV 108.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 212 68 47 0 0.68 0.78 0.17 7.64 0.66 0.51
Hex D4 44 2F 0 44 4E 11 8 42 33
Octal 324 104 57 0 104 116 21 10 102 63
Binary 11010100 1000100 101111 0 1000100 1001110 10001 1000 1000010 110011

Color Harmonies of #D4442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4442F

Black with #D4442F

Text Example


Text Example

White with #D4442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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