Html Css Color HEX #EE330A Scarlet

📋 copy color: '#EE330A'

red 238 ◦ green 51 ◦ blue 10

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

Shades of Scarlet #EE330A

Tints of Scarlet #EE330A

RGB

 RED value IS 238 (93.36% from 255) = 79.6%

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

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 79.6%
G = 17.06%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE330A (or 0xEE330A) is known color: Scarlet. HEX triplet: EE, 33 and 0A. RGB value is (238,51,10). Sum of RGB (Red+Green+Blue) = 238+51+10=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE330A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE330A is #11CCF5. Grayscale: #666666. Windows color (decimal): -1166582 or 668654. OLE color: 668654.

HSL color Cylindrical-coordinate representation of color #EE330A: hue angle of 10.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE330A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 51 10 -
CMYK 0 0.79 0.96 0.07
HSL 10.79º 0.92% 0.49% -
HSV(B) 10.79º 0.96% 0.93% -
XYZ 36.5 20.57 2.33 -
YUV 102.24 75.95 224.83 -
System Red Green Blue C M Y K H S L
Decimal 238 51 10 0 0.79 0.96 0.07 10.79 0.92 0.49
Hex EE 33 A 0 4F 60 7 B 5C 31
Octal 356 63 12 0 117 140 7 13 134 61
Binary 11101110 110011 1010 0 1001111 1100000 111 1011 1011100 110001

Color Harmonies of #EE330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE330A

Black with #EE330A

Text Example


Text Example

White with #EE330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE330A; }

 p { color: rgb(238,51,10); }

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

background-color css

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

 a { background-color: rgb(238,51,10); }

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

border-color css

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

 span { border-color: rgb(238,51,10); }

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