Html Css Color HEX #D54528 Cinnabar

📋 copy color: '#D54528'

red 213 ◦ green 69 ◦ blue 40

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

Shades of Cinnabar #D54528

Tints of Cinnabar #D54528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 66.15%
G = 21.43%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D54528 (or 0xD54528) is known color: Cinnabar. HEX triplet: D5, 45 and 28. RGB value is (213,69,40). Sum of RGB (Red+Green+Blue) = 213+69+40=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D54528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54528 is #2ABAD7. Grayscale: #6D6D6D. Windows color (decimal): -2800344 or 2639317. OLE color: 2639317.

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

Color convert

RGB 213 69 40 -
CMYK 0 0.68 0.81 0.16
HSL 10.06º 0.68% 0.5% -
HSV(B) 10.06º 0.81% 0.84% -
XYZ 29.95 18.56 4.01 -
YUV 108.75 89.21 202.36 -
System Red Green Blue C M Y K H S L
Decimal 213 69 40 0 0.68 0.81 0.16 10.06 0.68 0.5
Hex D5 45 28 0 44 51 10 A 44 32
Octal 325 105 50 0 104 121 20 12 104 62
Binary 11010101 1000101 101000 0 1000100 1010001 10000 1010 1000100 110010

Color Harmonies of #D54528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54528

Black with #D54528

Text Example


Text Example

White with #D54528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54528; }

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

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

background-color css

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

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

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

border-color css

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

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

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