Html Css Color HEX #D24440 Cinnabar

📋 copy color: '#D24440'

red 210 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #D24440

Tints of Cinnabar #D24440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 61.4%
G = 19.88%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D24440 (or 0xD24440) is known color: Cinnabar. HEX triplet: D2, 44 and 40. RGB value is (210,68,64). Sum of RGB (Red+Green+Blue) = 210+68+64=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D24440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24440 is #2DBBBF. Grayscale: #6E6E6E. Windows color (decimal): -2997184 or 4211922. OLE color: 4211922.

HSL color Cylindrical-coordinate representation of color #D24440: hue angle of 1.64º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24440 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 64 -
CMYK 0 0.68 0.70 0.18
HSL 1.64º 0.62% 0.54% -
HSV(B) 1.64º 0.7% 0.82% -
XYZ 29.57 18.21 6.81 -
YUV 110 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 210 68 64 0 0.68 0.70 0.18 1.64 0.62 0.54
Hex D2 44 40 0 44 46 12 2 3E 36
Octal 322 104 100 0 104 106 22 2 76 66
Binary 11010010 1000100 1000000 0 1000100 1000110 10010 10 111110 110110

Color Harmonies of #D24440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24440

Black with #D24440

Text Example


Text Example

White with #D24440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24440; }

 p { color: rgb(210,68,64); }

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

background-color css

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

 a { background-color: rgb(210,68,64); }

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

border-color css

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

 span { border-color: rgb(210,68,64); }

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