Html Css Color HEX #D54239 Cinnabar

📋 copy color: '#D54239'

red 213 ◦ green 66 ◦ blue 57

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

Shades of Cinnabar #D54239

Tints of Cinnabar #D54239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

 BLUE value IS 57 (22.66% from 255) = 16.96%

R = 63.39%
G = 19.64%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D54239 (or 0xD54239) is known color: Cinnabar. HEX triplet: D5, 42 and 39. RGB value is (213,66,57). Sum of RGB (Red+Green+Blue) = 213+66+57=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D54239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54239 is #2ABDC6. Grayscale: #6D6D6D. Windows color (decimal): -2801095 or 3752661. OLE color: 3752661.

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

Color convert

RGB 213 66 57 -
CMYK 0 0.69 0.73 0.16
HSL 3.46º 0.65% 0.53% -
HSV(B) 3.46º 0.73% 0.84% -
XYZ 30.13 18.34 5.82 -
YUV 108.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 213 66 57 0 0.69 0.73 0.16 3.46 0.65 0.53
Hex D5 42 39 0 45 49 10 3 41 35
Octal 325 102 71 0 105 111 20 3 101 65
Binary 11010101 1000010 111001 0 1000101 1001001 10000 11 1000001 110101

Color Harmonies of #D54239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54239

Black with #D54239

Text Example


Text Example

White with #D54239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54239; }

 p { color: rgb(213,66,57); }

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

background-color css

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

 a { background-color: rgb(213,66,57); }

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

border-color css

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

 span { border-color: rgb(213,66,57); }

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