Html Css Color HEX #D54225 Cinnabar

📋 copy color: '#D54225'

red 213 ◦ green 66 ◦ blue 37

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

Shades of Cinnabar #D54225

Tints of Cinnabar #D54225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 67.41%
G = 20.89%
B = 11.71%

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

#D54225 (or 0xD54225) is known color: Cinnabar. HEX triplet: D5, 42 and 25. RGB value is (213,66,37). Sum of RGB (Red+Green+Blue) = 213+66+37=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D54225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54225 is #2ABDDA. Grayscale: #6A6A6A. Windows color (decimal): -2801115 or 2441941. OLE color: 2441941.

HSL color Cylindrical-coordinate representation of color #D54225: hue angle of 9.89º degrees, saturation: 0.7, 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 #D54225 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 37 -
CMYK 0 0.69 0.83 0.16
HSL 9.89º 0.7% 0.49% -
HSV(B) 9.89º 0.83% 0.84% -
XYZ 29.72 18.18 3.69 -
YUV 106.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 213 66 37 0 0.69 0.83 0.16 9.89 0.7 0.49
Hex D5 42 25 0 45 53 10 A 46 31
Octal 325 102 45 0 105 123 20 12 106 61
Binary 11010101 1000010 100101 0 1000101 1010011 10000 1010 1000110 110001

Color Harmonies of #D54225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54225

Black with #D54225

Text Example


Text Example

White with #D54225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54225; }

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

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

background-color css

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

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

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

border-color css

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

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

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