Html Css Color HEX #D9452C Cinnabar

📋 copy color: '#D9452C'

red 217 ◦ green 69 ◦ blue 44

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

Shades of Cinnabar #D9452C

Tints of Cinnabar #D9452C

RGB

 RED value IS 217 (85.16% from 255) = 65.76%

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

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

R = 65.76%
G = 20.91%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9452C (or 0xD9452C) is known color: Cinnabar. HEX triplet: D9, 45 and 2C. RGB value is (217,69,44). Sum of RGB (Red+Green+Blue) = 217+69+44=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9452C is #26BAD3. Grayscale: #6E6E6E. Windows color (decimal): -2538196 or 2901465. OLE color: 2901465.

HSL color Cylindrical-coordinate representation of color #D9452C: hue angle of 8.67º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9452C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 69 44 -
CMYK 0 0.68 0.80 0.15
HSL 8.67º 0.69% 0.51% -
HSV(B) 8.67º 0.8% 0.85% -
XYZ 31.2 19.19 4.44 -
YUV 110.4 90.53 204.03 -
System Red Green Blue C M Y K H S L
Decimal 217 69 44 0 0.68 0.80 0.15 8.67 0.69 0.51
Hex D9 45 2C 0 44 50 F 9 45 33
Octal 331 105 54 0 104 120 17 11 105 63
Binary 11011001 1000101 101100 0 1000100 1010000 1111 1001 1000101 110011

Color Harmonies of #D9452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9452C

Black with #D9452C

Text Example


Text Example

White with #D9452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9452C; }

 p { color: rgb(217,69,44); }

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

background-color css

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

 a { background-color: rgb(217,69,44); }

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

border-color css

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

 span { border-color: rgb(217,69,44); }

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