Html Css Color HEX #D54139 Cinnabar

📋 copy color: '#D54139'

red 213 ◦ green 65 ◦ blue 57

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

Shades of Cinnabar #D54139

Tints of Cinnabar #D54139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 63.58%
G = 19.4%
B = 17.01%

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

#D54139 (or 0xD54139) is known color: Cinnabar. HEX triplet: D5, 41 and 39. RGB value is (213,65,57). Sum of RGB (Red+Green+Blue) = 213+65+57=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D54139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54139 is #2ABEC6. Grayscale: #6C6C6C. Windows color (decimal): -2801351 or 3752405. OLE color: 3752405.

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

Color convert

RGB 213 65 57 -
CMYK 0 0.69 0.73 0.16
HSL 3.08º 0.65% 0.53% -
HSV(B) 3.08º 0.73% 0.84% -
XYZ 30.07 18.22 5.8 -
YUV 108.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 213 65 57 0 0.69 0.73 0.16 3.08 0.65 0.53
Hex D5 41 39 0 45 49 10 3 41 35
Octal 325 101 71 0 105 111 20 3 101 65
Binary 11010101 1000001 111001 0 1000101 1001001 10000 11 1000001 110101

Color Harmonies of #D54139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54139

Black with #D54139

Text Example


Text Example

White with #D54139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54139; }

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

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

background-color css

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

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

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

border-color css

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

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

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