Html Css Color HEX #EA461F Cinnabar

📋 copy color: '#EA461F'

red 234 ◦ green 70 ◦ blue 31

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

Shades of Cinnabar #EA461F

Tints of Cinnabar #EA461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 69.85%
G = 20.9%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA461F (or 0xEA461F) is known color: Cinnabar. HEX triplet: EA, 46 and 1F. RGB value is (234,70,31). Sum of RGB (Red+Green+Blue) = 234+70+31=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA461F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA461F is #15B9E0. Grayscale: #727272. Windows color (decimal): -1423841 or 2049770. OLE color: 2049770.

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

Color convert

RGB 234 70 31 -
CMYK 0 0.70 0.87 0.08
HSL 11.53º 0.83% 0.52% -
HSV(B) 11.53º 0.87% 0.92% -
XYZ 36.37 21.97 3.62 -
YUV 114.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 234 70 31 0 0.70 0.87 0.08 11.53 0.83 0.52
Hex EA 46 1F 0 46 57 8 C 53 34
Octal 352 106 37 0 106 127 10 14 123 64
Binary 11101010 1000110 11111 0 1000110 1010111 1000 1100 1010011 110100

Color Harmonies of #EA461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA461F

Black with #EA461F

Text Example


Text Example

White with #EA461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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