Html Css Color HEX #D54541 Cinnabar

📋 copy color: '#D54541'

red 213 ◦ green 69 ◦ blue 65

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

Shades of Cinnabar #D54541

Tints of Cinnabar #D54541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

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

R = 61.38%
G = 19.88%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54541 (or 0xD54541) is known color: Cinnabar. HEX triplet: D5, 45 and 41. RGB value is (213,69,65). Sum of RGB (Red+Green+Blue) = 213+69+65=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D54541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54541 is #2ABABE. Grayscale: #6F6F6F. Windows color (decimal): -2800319 or 4277717. OLE color: 4277717.

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

Color convert

RGB 213 69 65 -
CMYK 0 0.68 0.69 0.16
HSL 1.62º 0.64% 0.55% -
HSV(B) 1.62º 0.69% 0.84% -
XYZ 30.52 18.78 7.02 -
YUV 111.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 213 69 65 0 0.68 0.69 0.16 1.62 0.64 0.55
Hex D5 45 41 0 44 45 10 2 40 37
Octal 325 105 101 0 104 105 20 2 100 67
Binary 11010101 1000101 1000001 0 1000100 1000101 10000 10 1000000 110111

Color Harmonies of #D54541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54541

Black with #D54541

Text Example


Text Example

White with #D54541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54541; }

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

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

background-color css

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

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

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

border-color css

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

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

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