Html Css Color HEX #D24340 Cinnabar

📋 copy color: '#D24340'

red 210 ◦ green 67 ◦ blue 64

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

Shades of Cinnabar #D24340

Tints of Cinnabar #D24340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

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

R = 61.58%
G = 19.65%
B = 18.77%

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

#D24340 (or 0xD24340) is known color: Cinnabar. HEX triplet: D2, 43 and 40. RGB value is (210,67,64). Sum of RGB (Red+Green+Blue) = 210+67+64=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D24340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24340 is #2DBCBF. Grayscale: #6D6D6D. Windows color (decimal): -2997440 or 4211666. OLE color: 4211666.

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

Color convert

RGB 210 67 64 -
CMYK 0 0.68 0.70 0.18
HSL 1.23º 0.62% 0.54% -
HSV(B) 1.23º 0.7% 0.82% -
XYZ 29.51 18.09 6.79 -
YUV 109.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 210 67 64 0 0.68 0.70 0.18 1.23 0.62 0.54
Hex D2 43 40 0 44 46 12 1 3E 36
Octal 322 103 100 0 104 106 22 1 76 66
Binary 11010010 1000011 1000000 0 1000100 1000110 10010 1 111110 110110

Color Harmonies of #D24340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24340

Black with #D24340

Text Example


Text Example

White with #D24340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24340; }

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

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

background-color css

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

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

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

border-color css

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

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

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