Html Css Color HEX #E54F2A Cinnabar

📋 copy color: '#E54F2A'

red 229 ◦ green 79 ◦ blue 42

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

Shades of Cinnabar #E54F2A

Tints of Cinnabar #E54F2A

RGB

 RED value IS 229 (89.84% from 255) = 65.43%

 GREEN value IS 79 (31.25% from 255) = 22.57%

 BLUE value IS 42 (16.8% from 255) = 12%

R = 65.43%
G = 22.57%
B = 12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E54F2A (or 0xE54F2A) is known color: Cinnabar. HEX triplet: E5, 4F and 2A. RGB value is (229,79,42). Sum of RGB (Red+Green+Blue) = 229+79+42=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F2A is #1AB0D5. Grayscale: #777777. Windows color (decimal): -1749206 or 2772965. OLE color: 2772965.

HSL color Cylindrical-coordinate representation of color #E54F2A: hue angle of 11.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E54F2A is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 79 42 -
CMYK 0 0.66 0.82 0.10
HSL 11.87º 0.78% 0.53% -
HSV(B) 11.87º 0.82% 0.9% -
XYZ 35.53 22.42 4.64 -
YUV 119.63 84.2 206.01 -
System Red Green Blue C M Y K H S L
Decimal 229 79 42 0 0.66 0.82 0.10 11.87 0.78 0.53
Hex E5 4F 2A 0 42 52 A C 4E 35
Octal 345 117 52 0 102 122 12 14 116 65
Binary 11100101 1001111 101010 0 1000010 1010010 1010 1100 1001110 110101

Color Harmonies of #E54F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54F2A

Black with #E54F2A

Text Example


Text Example

White with #E54F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54F2A; }

 p { color: rgb(229,79,42); }

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

background-color css

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

 a { background-color: rgb(229,79,42); }

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

border-color css

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

 span { border-color: rgb(229,79,42); }

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