Html Css Color HEX #D54543 Cinnabar

📋 copy color: '#D54543'

red 213 ◦ green 69 ◦ blue 67

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

Shades of Cinnabar #D54543

Tints of Cinnabar #D54543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 61.03%
G = 19.77%
B = 19.2%

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

#D54543 (or 0xD54543) is known color: Cinnabar. HEX triplet: D5, 45 and 43. RGB value is (213,69,67). Sum of RGB (Red+Green+Blue) = 213+69+67=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D54543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54543 is #2ABABC. Grayscale: #6F6F6F. Windows color (decimal): -2800317 or 4408789. OLE color: 4408789.

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

Color convert

RGB 213 69 67 -
CMYK 0 0.68 0.69 0.16
HSL 0.82º 0.63% 0.55% -
HSV(B) 0.82º 0.69% 0.84% -
XYZ 30.58 18.81 7.33 -
YUV 111.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 213 69 67 0 0.68 0.69 0.16 0.82 0.63 0.55
Hex D5 45 43 0 44 45 10 1 3F 37
Octal 325 105 103 0 104 105 20 1 77 67
Binary 11010101 1000101 1000011 0 1000100 1000101 10000 1 111111 110111

Color Harmonies of #D54543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54543

Black with #D54543

Text Example


Text Example

White with #D54543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54543; }

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

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

background-color css

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

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

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

border-color css

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

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

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