Html Css Color HEX #D54B37 Cinnabar

📋 copy color: '#D54B37'

red 213 ◦ green 75 ◦ blue 55

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

Shades of Cinnabar #D54B37

Tints of Cinnabar #D54B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.87%

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

R = 62.1%
G = 21.87%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D54B37 (or 0xD54B37) is known color: Cinnabar. HEX triplet: D5, 4B and 37. RGB value is (213,75,55). Sum of RGB (Red+Green+Blue) = 213+75+55=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54B37 is #2AB4C8. Grayscale: #727272. Windows color (decimal): -2798793 or 3623893. OLE color: 3623893.

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

Color convert

RGB 213 75 55 -
CMYK 0 0.65 0.74 0.16
HSL 7.59º 0.65% 0.53% -
HSV(B) 7.59º 0.74% 0.84% -
XYZ 30.65 19.45 5.75 -
YUV 113.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 213 75 55 0 0.65 0.74 0.16 7.59 0.65 0.53
Hex D5 4B 37 0 41 4A 10 8 41 35
Octal 325 113 67 0 101 112 20 10 101 65
Binary 11010101 1001011 110111 0 1000001 1001010 10000 1000 1000001 110101

Color Harmonies of #D54B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54B37

Black with #D54B37

Text Example


Text Example

White with #D54B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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