Html Css Color HEX #EE270C Scarlet

📋 copy color: '#EE270C'

red 238 ◦ green 39 ◦ blue 12

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

Shades of Scarlet #EE270C

Tints of Scarlet #EE270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

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

R = 82.35%
G = 13.49%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE270C (or 0xEE270C) is known color: Scarlet. HEX triplet: EE, 27 and 0C. RGB value is (238,39,12). Sum of RGB (Red+Green+Blue) = 238+39+12=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE270C is #11D8F3. Grayscale: #5F5F5F. Windows color (decimal): -1169652 or 796654. OLE color: 796654.

HSL color Cylindrical-coordinate representation of color #EE270C: hue angle of 7.17º 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 #EE270C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 39 12 -
CMYK 0 0.84 0.95 0.07
HSL 7.17º 0.9% 0.49% -
HSV(B) 7.17º 0.95% 0.93% -
XYZ 36.05 19.65 2.24 -
YUV 95.42 80.93 229.7 -
System Red Green Blue C M Y K H S L
Decimal 238 39 12 0 0.84 0.95 0.07 7.17 0.9 0.49
Hex EE 27 C 0 54 5F 7 7 5A 31
Octal 356 47 14 0 124 137 7 7 132 61
Binary 11101110 100111 1100 0 1010100 1011111 111 111 1011010 110001

Color Harmonies of #EE270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE270C

Black with #EE270C

Text Example


Text Example

White with #EE270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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