Html Css Color HEX #D54540 Cinnabar

📋 copy color: '#D54540'

red 213 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #D54540

Tints of Cinnabar #D54540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 61.56%
G = 19.94%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D54540 (or 0xD54540) is known color: Cinnabar. HEX triplet: D5, 45 and 40. RGB value is (213,69,64). Sum of RGB (Red+Green+Blue) = 213+69+64=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D54540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54540 is #2ABABF. Grayscale: #6F6F6F. Windows color (decimal): -2800320 or 4212181. OLE color: 4212181.

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

Color convert

RGB 213 69 64 -
CMYK 0 0.68 0.70 0.16
HSL 2.01º 0.64% 0.54% -
HSV(B) 2.01º 0.7% 0.84% -
XYZ 30.49 18.77 6.87 -
YUV 111.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 213 69 64 0 0.68 0.70 0.16 2.01 0.64 0.54
Hex D5 45 40 0 44 46 10 2 40 36
Octal 325 105 100 0 104 106 20 2 100 66
Binary 11010101 1000101 1000000 0 1000100 1000110 10000 10 1000000 110110

Color Harmonies of #D54540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54540

Black with #D54540

Text Example


Text Example

White with #D54540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54540; }

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

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

background-color css

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

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

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

border-color css

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

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

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