Html Css Color HEX #D24130 Cinnabar

📋 copy color: '#D24130'

red 210 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #D24130

Tints of Cinnabar #D24130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 65.02%
G = 20.12%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D24130 (or 0xD24130) is known color: Cinnabar. HEX triplet: D2, 41 and 30. RGB value is (210,65,48). Sum of RGB (Red+Green+Blue) = 210+65+48=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D24130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24130 is #2DBECF. Grayscale: #6A6A6A. Windows color (decimal): -2997968 or 3162578. OLE color: 3162578.

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

Color convert

RGB 210 65 48 -
CMYK 0 0.69 0.77 0.18
HSL 6.3º 0.64% 0.51% -
HSV(B) 6.3º 0.77% 0.82% -
XYZ 29 17.7 4.68 -
YUV 106.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 210 65 48 0 0.69 0.77 0.18 6.3 0.64 0.51
Hex D2 41 30 0 45 4D 12 6 40 33
Octal 322 101 60 0 105 115 22 6 100 63
Binary 11010010 1000001 110000 0 1000101 1001101 10010 110 1000000 110011

Color Harmonies of #D24130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24130

Black with #D24130

Text Example


Text Example

White with #D24130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24130; }

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

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

background-color css

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

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

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

border-color css

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

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

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