Html Css Color HEX #D24640 Cinnabar

📋 copy color: '#D24640'

red 210 ◦ green 70 ◦ blue 64

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

Shades of Cinnabar #D24640

Tints of Cinnabar #D24640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

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

R = 61.05%
G = 20.35%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D24640 (or 0xD24640) is known color: Cinnabar. HEX triplet: D2, 46 and 40. RGB value is (210,70,64). Sum of RGB (Red+Green+Blue) = 210+70+64=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D24640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24640 is #2DB9BF. Grayscale: #6F6F6F. Windows color (decimal): -2996672 or 4212434. OLE color: 4212434.

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

Color convert

RGB 210 70 64 -
CMYK 0 0.67 0.70 0.18
HSL 2.47º 0.62% 0.54% -
HSV(B) 2.47º 0.7% 0.82% -
XYZ 29.69 18.45 6.85 -
YUV 111.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 210 70 64 0 0.67 0.70 0.18 2.47 0.62 0.54
Hex D2 46 40 0 43 46 12 2 3E 36
Octal 322 106 100 0 103 106 22 2 76 66
Binary 11010010 1000110 1000000 0 1000011 1000110 10010 10 111110 110110

Color Harmonies of #D24640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24640

Black with #D24640

Text Example


Text Example

White with #D24640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24640; }

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

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

background-color css

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

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

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

border-color css

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

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

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