Html Css Color HEX #D54336 Cinnabar

📋 copy color: '#D54336'

red 213 ◦ green 67 ◦ blue 54

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

Shades of Cinnabar #D54336

Tints of Cinnabar #D54336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

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

R = 63.77%
G = 20.06%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D54336 (or 0xD54336) is known color: Cinnabar. HEX triplet: D5, 43 and 36. RGB value is (213,67,54). Sum of RGB (Red+Green+Blue) = 213+67+54=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D54336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54336 is #2ABCC9. Grayscale: #6D6D6D. Windows color (decimal): -2800842 or 3556309. OLE color: 3556309.

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

Color convert

RGB 213 67 54 -
CMYK 0 0.69 0.75 0.16
HSL 4.91º 0.65% 0.52% -
HSV(B) 4.91º 0.75% 0.84% -
XYZ 30.11 18.43 5.46 -
YUV 109.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 213 67 54 0 0.69 0.75 0.16 4.91 0.65 0.52
Hex D5 43 36 0 45 4B 10 5 41 34
Octal 325 103 66 0 105 113 20 5 101 64
Binary 11010101 1000011 110110 0 1000101 1001011 10000 101 1000001 110100

Color Harmonies of #D54336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54336

Black with #D54336

Text Example


Text Example

White with #D54336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54336; }

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

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

background-color css

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

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

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

border-color css

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

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

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