Html Css Color HEX #D54C3A Cinnabar

📋 copy color: '#D54C3A'

red 213 ◦ green 76 ◦ blue 58

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

Shades of Cinnabar #D54C3A

Tints of Cinnabar #D54C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.9%

 BLUE value IS 58 (23.05% from 255) = 16.71%

R = 61.38%
G = 21.9%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D54C3A (or 0xD54C3A) is known color: Cinnabar. HEX triplet: D5, 4C and 3A. RGB value is (213,76,58). Sum of RGB (Red+Green+Blue) = 213+76+58=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C3A is #2AB3C5. Grayscale: #737373. Windows color (decimal): -2798534 or 3820757. OLE color: 3820757.

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

Color convert

RGB 213 76 58 -
CMYK 0 0.64 0.73 0.16
HSL 6.97º 0.65% 0.53% -
HSV(B) 6.97º 0.73% 0.84% -
XYZ 30.79 19.62 6.17 -
YUV 114.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 213 76 58 0 0.64 0.73 0.16 6.97 0.65 0.53
Hex D5 4C 3A 0 40 49 10 7 41 35
Octal 325 114 72 0 100 111 20 7 101 65
Binary 11010101 1001100 111010 0 1000000 1001001 10000 111 1000001 110101

Color Harmonies of #D54C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C3A

Black with #D54C3A

Text Example


Text Example

White with #D54C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C3A; }

 p { color: rgb(213,76,58); }

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

background-color css

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

 a { background-color: rgb(213,76,58); }

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

border-color css

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

 span { border-color: rgb(213,76,58); }

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