Html Css Color HEX #EA503F Cinnabar

📋 copy color: '#EA503F'

red 234 ◦ green 80 ◦ blue 63

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

Shades of Cinnabar #EA503F

Tints of Cinnabar #EA503F

RGB

 RED value IS 234 (91.8% from 255) = 62.07%

 GREEN value IS 80 (31.64% from 255) = 21.22%

 BLUE value IS 63 (25% from 255) = 16.71%

R = 62.07%
G = 21.22%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA503F (or 0xEA503F) is known color: Cinnabar. HEX triplet: EA, 50 and 3F. RGB value is (234,80,63). Sum of RGB (Red+Green+Blue) = 234+80+63=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA503F is #15AFC0. Grayscale: #7C7C7C. Windows color (decimal): -1421249 or 4149482. OLE color: 4149482.

HSL color Cylindrical-coordinate representation of color #EA503F: hue angle of 5.96º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA503F is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 63 -
CMYK 0 0.66 0.73 0.08
HSL 5.96º 0.8% 0.58% -
HSV(B) 5.96º 0.73% 0.92% -
XYZ 37.7 23.59 7.27 -
YUV 124.11 93.52 206.38 -
System Red Green Blue C M Y K H S L
Decimal 234 80 63 0 0.66 0.73 0.08 5.96 0.8 0.58
Hex EA 50 3F 0 42 49 8 6 50 3A
Octal 352 120 77 0 102 111 10 6 120 72
Binary 11101010 1010000 111111 0 1000010 1001001 1000 110 1010000 111010

Color Harmonies of #EA503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA503F

Black with #EA503F

Text Example


Text Example

White with #EA503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA503F; }

 p { color: rgb(234,80,63); }

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

background-color css

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

 a { background-color: rgb(234,80,63); }

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

border-color css

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

 span { border-color: rgb(234,80,63); }

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