Html Css Color HEX #D24534 Cinnabar

📋 copy color: '#D24534'

red 210 ◦ green 69 ◦ blue 52

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

Shades of Cinnabar #D24534

Tints of Cinnabar #D24534

RGB

 RED value IS 210 (82.42% from 255) = 63.44%

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

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 63.44%
G = 20.85%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D24534 (or 0xD24534) is known color: Cinnabar. HEX triplet: D2, 45 and 34. RGB value is (210,69,52). Sum of RGB (Red+Green+Blue) = 210+69+52=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D24534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24534 is #2DBACB. Grayscale: #6D6D6D. Windows color (decimal): -2996940 or 3425746. OLE color: 3425746.

HSL color Cylindrical-coordinate representation of color #D24534: hue angle of 6.46º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D24534 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 69 52 -
CMYK 0 0.67 0.75 0.18
HSL 6.46º 0.64% 0.51% -
HSV(B) 6.46º 0.75% 0.82% -
XYZ 29.33 18.21 5.22 -
YUV 109.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 210 69 52 0 0.67 0.75 0.18 6.46 0.64 0.51
Hex D2 45 34 0 43 4B 12 6 40 33
Octal 322 105 64 0 103 113 22 6 100 63
Binary 11010010 1000101 110100 0 1000011 1001011 10010 110 1000000 110011

Color Harmonies of #D24534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24534

Black with #D24534

Text Example


Text Example

White with #D24534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24534; }

 p { color: rgb(210,69,52); }

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

background-color css

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

 a { background-color: rgb(210,69,52); }

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

border-color css

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

 span { border-color: rgb(210,69,52); }

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