Html Css Color HEX #D54228 Cinnabar

📋 copy color: '#D54228'

red 213 ◦ green 66 ◦ blue 40

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

Shades of Cinnabar #D54228

Tints of Cinnabar #D54228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 66.77%
G = 20.69%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D54228 (or 0xD54228) is known color: Cinnabar. HEX triplet: D5, 42 and 28. RGB value is (213,66,40). Sum of RGB (Red+Green+Blue) = 213+66+40=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D54228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54228 is #2ABDD7. Grayscale: #6B6B6B. Windows color (decimal): -2801112 or 2638549. OLE color: 2638549.

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

Color convert

RGB 213 66 40 -
CMYK 0 0.69 0.81 0.16
HSL 9.02º 0.68% 0.5% -
HSV(B) 9.02º 0.81% 0.84% -
XYZ 29.77 18.2 3.95 -
YUV 106.99 90.2 203.61 -
System Red Green Blue C M Y K H S L
Decimal 213 66 40 0 0.69 0.81 0.16 9.02 0.68 0.5
Hex D5 42 28 0 45 51 10 9 44 32
Octal 325 102 50 0 105 121 20 11 104 62
Binary 11010101 1000010 101000 0 1000101 1010001 10000 1001 1000100 110010

Color Harmonies of #D54228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54228

Black with #D54228

Text Example


Text Example

White with #D54228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54228; }

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

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

background-color css

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

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

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

border-color css

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

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

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