Html Css Color HEX #D54224 Cinnabar

📋 copy color: '#D54224'

red 213 ◦ green 66 ◦ blue 36

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

Shades of Cinnabar #D54224

Tints of Cinnabar #D54224

RGB

 RED value IS 213 (83.59% from 255) = 67.62%

 GREEN value IS 66 (26.17% from 255) = 20.95%

 BLUE value IS 36 (14.45% from 255) = 11.43%

R = 67.62%
G = 20.95%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D54224 (or 0xD54224) is known color: Cinnabar. HEX triplet: D5, 42 and 24. RGB value is (213,66,36). Sum of RGB (Red+Green+Blue) = 213+66+36=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D54224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54224 is #2ABDDB. Grayscale: #6A6A6A. Windows color (decimal): -2801116 or 2376405. OLE color: 2376405.

HSL color Cylindrical-coordinate representation of color #D54224: hue angle of 10.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D54224 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 36 -
CMYK 0 0.69 0.83 0.16
HSL 10.17º 0.71% 0.49% -
HSV(B) 10.17º 0.83% 0.84% -
XYZ 29.71 18.17 3.61 -
YUV 106.53 88.2 203.94 -
System Red Green Blue C M Y K H S L
Decimal 213 66 36 0 0.69 0.83 0.16 10.17 0.71 0.49
Hex D5 42 24 0 45 53 10 A 47 31
Octal 325 102 44 0 105 123 20 12 107 61
Binary 11010101 1000010 100100 0 1000101 1010011 10000 1010 1000111 110001

Color Harmonies of #D54224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54224

Black with #D54224

Text Example


Text Example

White with #D54224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54224; }

 p { color: rgb(213,66,36); }

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

background-color css

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

 a { background-color: rgb(213,66,36); }

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

border-color css

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

 span { border-color: rgb(213,66,36); }

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