Html Css Color HEX #D54036 Cinnabar

📋 copy color: '#D54036'

red 213 ◦ green 64 ◦ blue 54

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

Shades of Cinnabar #D54036

Tints of Cinnabar #D54036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 64.35%
G = 19.34%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D54036 (or 0xD54036) is known color: Cinnabar. HEX triplet: D5, 40 and 36. RGB value is (213,64,54). Sum of RGB (Red+Green+Blue) = 213+64+54=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D54036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54036 is #2ABFC9. Grayscale: #6B6B6B. Windows color (decimal): -2801610 or 3555541. OLE color: 3555541.

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

Color convert

RGB 213 64 54 -
CMYK 0 0.70 0.75 0.16
HSL 3.77º 0.65% 0.52% -
HSV(B) 3.77º 0.75% 0.84% -
XYZ 29.94 18.08 5.4 -
YUV 107.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 213 64 54 0 0.70 0.75 0.16 3.77 0.65 0.52
Hex D5 40 36 0 46 4B 10 4 41 34
Octal 325 100 66 0 106 113 20 4 101 64
Binary 11010101 1000000 110110 0 1000110 1001011 10000 100 1000001 110100

Color Harmonies of #D54036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54036

Black with #D54036

Text Example


Text Example

White with #D54036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54036; }

 p { color: rgb(213,64,54); }

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

background-color css

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

 a { background-color: rgb(213,64,54); }

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

border-color css

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

 span { border-color: rgb(213,64,54); }

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