Html Css Color HEX #D54241 Cinnabar

📋 copy color: '#D54241'

red 213 ◦ green 66 ◦ blue 65

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

Shades of Cinnabar #D54241

Tints of Cinnabar #D54241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 61.92%
G = 19.19%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54241 (or 0xD54241) is known color: Cinnabar. HEX triplet: D5, 42 and 41. RGB value is (213,66,65). Sum of RGB (Red+Green+Blue) = 213+66+65=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D54241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54241 is #2ABDBE. Grayscale: #6D6D6D. Windows color (decimal): -2801087 or 4276949. OLE color: 4276949.

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

Color convert

RGB 213 66 65 -
CMYK 0 0.69 0.69 0.16
HSL 0.41º 0.64% 0.55% -
HSV(B) 0.41º 0.69% 0.84% -
XYZ 30.34 18.42 6.96 -
YUV 109.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 213 66 65 0 0.69 0.69 0.16 0.41 0.64 0.55
Hex D5 42 41 0 45 45 10 0 40 37
Octal 325 102 101 0 105 105 20 0 100 67
Binary 11010101 1000010 1000001 0 1000101 1000101 10000 0 1000000 110111

Color Harmonies of #D54241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54241

Black with #D54241

Text Example


Text Example

White with #D54241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54241; }

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

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

background-color css

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

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

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

border-color css

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

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

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