Html Css Color HEX #D24541 Cinnabar

📋 copy color: '#D24541'

red 210 ◦ green 69 ◦ blue 65

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

Shades of Cinnabar #D24541

Tints of Cinnabar #D24541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 61.05%
G = 20.06%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24541 (or 0xD24541) is known color: Cinnabar. HEX triplet: D2, 45 and 41. RGB value is (210,69,65). Sum of RGB (Red+Green+Blue) = 210+69+65=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D24541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24541 is #2DBABE. Grayscale: #6E6E6E. Windows color (decimal): -2996927 or 4277714. OLE color: 4277714.

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

Color convert

RGB 210 69 65 -
CMYK 0 0.67 0.69 0.18
HSL 1.66º 0.62% 0.54% -
HSV(B) 1.66º 0.69% 0.82% -
XYZ 29.66 18.34 6.98 -
YUV 110.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 210 69 65 0 0.67 0.69 0.18 1.66 0.62 0.54
Hex D2 45 41 0 43 45 12 2 3E 36
Octal 322 105 101 0 103 105 22 2 76 66
Binary 11010010 1000101 1000001 0 1000011 1000101 10010 10 111110 110110

Color Harmonies of #D24541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24541

Black with #D24541

Text Example


Text Example

White with #D24541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24541; }

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

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

background-color css

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

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

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

border-color css

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

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

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