Html Css Color HEX #D54524 Cinnabar

📋 copy color: '#D54524'

red 213 ◦ green 69 ◦ blue 36

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

Shades of Cinnabar #D54524

Tints of Cinnabar #D54524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.32%

R = 66.98%
G = 21.7%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D54524 (or 0xD54524) is known color: Cinnabar. HEX triplet: D5, 45 and 24. RGB value is (213,69,36). Sum of RGB (Red+Green+Blue) = 213+69+36=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D54524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54524 is #2ABADB. Grayscale: #6C6C6C. Windows color (decimal): -2800348 or 2377173. OLE color: 2377173.

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

Color convert

RGB 213 69 36 -
CMYK 0 0.68 0.83 0.16
HSL 11.19º 0.71% 0.49% -
HSV(B) 11.19º 0.83% 0.84% -
XYZ 29.89 18.53 3.67 -
YUV 108.29 87.21 202.68 -
System Red Green Blue C M Y K H S L
Decimal 213 69 36 0 0.68 0.83 0.16 11.19 0.71 0.49
Hex D5 45 24 0 44 53 10 B 47 31
Octal 325 105 44 0 104 123 20 13 107 61
Binary 11010101 1000101 100100 0 1000100 1010011 10000 1011 1000111 110001

Color Harmonies of #D54524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54524

Black with #D54524

Text Example


Text Example

White with #D54524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54524; }

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

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

background-color css

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

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

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

border-color css

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

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

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