Html Css Color HEX #D54523 Cinnabar

📋 copy color: '#D54523'

red 213 ◦ green 69 ◦ blue 35

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

Shades of Cinnabar #D54523

Tints of Cinnabar #D54523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.04%

R = 67.19%
G = 21.77%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D54523 (or 0xD54523) is known color: Cinnabar. HEX triplet: D5, 45 and 23. RGB value is (213,69,35). Sum of RGB (Red+Green+Blue) = 213+69+35=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D54523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54523 is #2ABADC. Grayscale: #6C6C6C. Windows color (decimal): -2800349 or 2311637. OLE color: 2311637.

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

Color convert

RGB 213 69 35 -
CMYK 0 0.68 0.84 0.16
HSL 11.46º 0.72% 0.49% -
HSV(B) 11.46º 0.84% 0.84% -
XYZ 29.87 18.52 3.59 -
YUV 108.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 213 69 35 0 0.68 0.84 0.16 11.46 0.72 0.49
Hex D5 45 23 0 44 54 10 B 48 31
Octal 325 105 43 0 104 124 20 13 110 61
Binary 11010101 1000101 100011 0 1000100 1010100 10000 1011 1001000 110001

Color Harmonies of #D54523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54523

Black with #D54523

Text Example


Text Example

White with #D54523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54523; }

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

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

background-color css

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

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

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

border-color css

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

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

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