Html Css Color HEX #EA330F Scarlet

📋 copy color: '#EA330F'

red 234 ◦ green 51 ◦ blue 15

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

Shades of Scarlet #EA330F

Tints of Scarlet #EA330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

 BLUE value IS 15 (6.25% from 255) = 5%

R = 78%
G = 17%
B = 5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA330F (or 0xEA330F) is known color: Scarlet. HEX triplet: EA, 33 and 0F. RGB value is (234,51,15). Sum of RGB (Red+Green+Blue) = 234+51+15=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA330F is #15CCF0. Grayscale: #656565. Windows color (decimal): -1428721 or 996330. OLE color: 996330.

HSL color Cylindrical-coordinate representation of color #EA330F: hue angle of 9.86º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA330F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 51 15 -
CMYK 0 0.78 0.94 0.08
HSL 9.86º 0.88% 0.49% -
HSV(B) 9.86º 0.94% 0.92% -
XYZ 35.2 19.89 2.44 -
YUV 101.61 79.13 222.43 -
System Red Green Blue C M Y K H S L
Decimal 234 51 15 0 0.78 0.94 0.08 9.86 0.88 0.49
Hex EA 33 F 0 4E 5E 8 A 58 31
Octal 352 63 17 0 116 136 10 12 130 61
Binary 11101010 110011 1111 0 1001110 1011110 1000 1010 1011000 110001

Color Harmonies of #EA330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA330F

Black with #EA330F

Text Example


Text Example

White with #EA330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA330F; }

 p { color: rgb(234,51,15); }

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

background-color css

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

 a { background-color: rgb(234,51,15); }

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

border-color css

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

 span { border-color: rgb(234,51,15); }

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