Html Css Color HEX #D54529 Cinnabar

📋 copy color: '#D54529'

red 213 ◦ green 69 ◦ blue 41

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

Shades of Cinnabar #D54529

Tints of Cinnabar #D54529

RGB

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

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

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

R = 65.94%
G = 21.36%
B = 12.69%

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

#D54529 (or 0xD54529) is known color: Cinnabar. HEX triplet: D5, 45 and 29. RGB value is (213,69,41). Sum of RGB (Red+Green+Blue) = 213+69+41=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D54529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54529 is #2ABAD6. Grayscale: #6D6D6D. Windows color (decimal): -2800343 or 2704853. OLE color: 2704853.

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

Color convert

RGB 213 69 41 -
CMYK 0 0.68 0.81 0.16
HSL 9.77º 0.68% 0.5% -
HSV(B) 9.77º 0.81% 0.84% -
XYZ 29.97 18.56 4.1 -
YUV 108.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 213 69 41 0 0.68 0.81 0.16 9.77 0.68 0.5
Hex D5 45 29 0 44 51 10 A 44 32
Octal 325 105 51 0 104 121 20 12 104 62
Binary 11010101 1000101 101001 0 1000100 1010001 10000 1010 1000100 110010

Color Harmonies of #D54529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54529

Black with #D54529

Text Example


Text Example

White with #D54529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54529; }

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

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

background-color css

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

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

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

border-color css

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

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

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