Html Css Color HEX #EE330C Scarlet

📋 copy color: '#EE330C'

red 238 ◦ green 51 ◦ blue 12

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

Shades of Scarlet #EE330C

Tints of Scarlet #EE330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 79.07%
G = 16.94%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE330C (or 0xEE330C) is known color: Scarlet. HEX triplet: EE, 33 and 0C. RGB value is (238,51,12). Sum of RGB (Red+Green+Blue) = 238+51+12=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE330C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE330C is #11CCF3. Grayscale: #666666. Windows color (decimal): -1166580 or 799726. OLE color: 799726.

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

Color convert

RGB 238 51 12 -
CMYK 0 0.79 0.95 0.07
HSL 10.35º 0.9% 0.49% -
HSV(B) 10.35º 0.95% 0.93% -
XYZ 36.51 20.57 2.39 -
YUV 102.47 76.95 224.67 -
System Red Green Blue C M Y K H S L
Decimal 238 51 12 0 0.79 0.95 0.07 10.35 0.9 0.49
Hex EE 33 C 0 4F 5F 7 A 5A 31
Octal 356 63 14 0 117 137 7 12 132 61
Binary 11101110 110011 1100 0 1001111 1011111 111 1010 1011010 110001

Color Harmonies of #EE330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE330C

Black with #EE330C

Text Example


Text Example

White with #EE330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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