Html Css Color HEX #D54229 Cinnabar

📋 copy color: '#D54229'

red 213 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #D54229

Tints of Cinnabar #D54229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 66.56%
G = 20.63%
B = 12.81%

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

#D54229 (or 0xD54229) is known color: Cinnabar. HEX triplet: D5, 42 and 29. RGB value is (213,66,41). Sum of RGB (Red+Green+Blue) = 213+66+41=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D54229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54229 is #2ABDD6. Grayscale: #6B6B6B. Windows color (decimal): -2801111 or 2704085. OLE color: 2704085.

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

Color convert

RGB 213 66 41 -
CMYK 0 0.69 0.81 0.16
HSL 8.72º 0.68% 0.5% -
HSV(B) 8.72º 0.81% 0.84% -
XYZ 29.79 18.2 4.04 -
YUV 107.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 213 66 41 0 0.69 0.81 0.16 8.72 0.68 0.5
Hex D5 42 29 0 45 51 10 9 44 32
Octal 325 102 51 0 105 121 20 11 104 62
Binary 11010101 1000010 101001 0 1000101 1010001 10000 1001 1000100 110010

Color Harmonies of #D54229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54229

Black with #D54229

Text Example


Text Example

White with #D54229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54229; }

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

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

background-color css

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

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

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

border-color css

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

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

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