Html Css Color HEX #D54525 Cinnabar

📋 copy color: '#D54525'

red 213 ◦ green 69 ◦ blue 37

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

Shades of Cinnabar #D54525

Tints of Cinnabar #D54525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 66.77%
G = 21.63%
B = 11.6%

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

#D54525 (or 0xD54525) is known color: Cinnabar. HEX triplet: D5, 45 and 25. RGB value is (213,69,37). Sum of RGB (Red+Green+Blue) = 213+69+37=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D54525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54525 is #2ABADA. Grayscale: #6C6C6C. Windows color (decimal): -2800347 or 2442709. OLE color: 2442709.

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

Color convert

RGB 213 69 37 -
CMYK 0 0.68 0.83 0.16
HSL 10.91º 0.7% 0.49% -
HSV(B) 10.91º 0.83% 0.84% -
XYZ 29.9 18.54 3.75 -
YUV 108.41 87.71 202.6 -
System Red Green Blue C M Y K H S L
Decimal 213 69 37 0 0.68 0.83 0.16 10.91 0.7 0.49
Hex D5 45 25 0 44 53 10 B 46 31
Octal 325 105 45 0 104 123 20 13 106 61
Binary 11010101 1000101 100101 0 1000100 1010011 10000 1011 1000110 110001

Color Harmonies of #D54525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54525

Black with #D54525

Text Example


Text Example

White with #D54525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54525; }

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

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

background-color css

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

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

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

border-color css

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

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

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