Html Css Color HEX #EA4630 Cinnabar

📋 copy color: '#EA4630'

red 234 ◦ green 70 ◦ blue 48

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

Shades of Cinnabar #EA4630

Tints of Cinnabar #EA4630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.89%

 BLUE value IS 48 (19.14% from 255) = 13.64%

R = 66.48%
G = 19.89%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA4630 (or 0xEA4630) is known color: Cinnabar. HEX triplet: EA, 46 and 30. RGB value is (234,70,48). Sum of RGB (Red+Green+Blue) = 234+70+48=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4630 is #15B9CF. Grayscale: #747474. Windows color (decimal): -1423824 or 3163882. OLE color: 3163882.

HSL color Cylindrical-coordinate representation of color #EA4630: hue angle of 7.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA4630 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 48 -
CMYK 0 0.70 0.79 0.08
HSL 7.1º 0.82% 0.55% -
HSV(B) 7.1º 0.79% 0.92% -
XYZ 36.66 22.09 5.13 -
YUV 116.53 89.33 211.79 -
System Red Green Blue C M Y K H S L
Decimal 234 70 48 0 0.70 0.79 0.08 7.1 0.82 0.55
Hex EA 46 30 0 46 4F 8 7 52 37
Octal 352 106 60 0 106 117 10 7 122 67
Binary 11101010 1000110 110000 0 1000110 1001111 1000 111 1010010 110111

Color Harmonies of #EA4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4630

Black with #EA4630

Text Example


Text Example

White with #EA4630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4630; }

 p { color: rgb(234,70,48); }

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

background-color css

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

 a { background-color: rgb(234,70,48); }

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

border-color css

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

 span { border-color: rgb(234,70,48); }

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