Html Css Color HEX #D54537 Cinnabar

📋 copy color: '#D54537'

red 213 ◦ green 69 ◦ blue 55

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

Shades of Cinnabar #D54537

Tints of Cinnabar #D54537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.32%

R = 63.2%
G = 20.47%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D54537 (or 0xD54537) is known color: Cinnabar. HEX triplet: D5, 45 and 37. RGB value is (213,69,55). Sum of RGB (Red+Green+Blue) = 213+69+55=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D54537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54537 is #2ABAC8. Grayscale: #6E6E6E. Windows color (decimal): -2800329 or 3622357. OLE color: 3622357.

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

Color convert

RGB 213 69 55 -
CMYK 0 0.68 0.74 0.16
HSL 5.32º 0.65% 0.53% -
HSV(B) 5.32º 0.74% 0.84% -
XYZ 30.26 18.68 5.62 -
YUV 110.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 213 69 55 0 0.68 0.74 0.16 5.32 0.65 0.53
Hex D5 45 37 0 44 4A 10 5 41 35
Octal 325 105 67 0 104 112 20 5 101 65
Binary 11010101 1000101 110111 0 1000100 1001010 10000 101 1000001 110101

Color Harmonies of #D54537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54537

Black with #D54537

Text Example


Text Example

White with #D54537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54537; }

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

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

background-color css

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

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

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

border-color css

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

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

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