Html Css Color HEX #EE280A Scarlet

📋 copy color: '#EE280A'

red 238 ◦ green 40 ◦ blue 10

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

Shades of Scarlet #EE280A

Tints of Scarlet #EE280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

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

R = 82.64%
G = 13.89%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE280A (or 0xEE280A) is known color: Scarlet. HEX triplet: EE, 28 and 0A. RGB value is (238,40,10). Sum of RGB (Red+Green+Blue) = 238+40+10=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE280A is #11D7F5. Grayscale: #606060. Windows color (decimal): -1169398 or 665838. OLE color: 665838.

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

Color convert

RGB 238 40 10 -
CMYK 0 0.83 0.96 0.07
HSL 7.89º 0.92% 0.49% -
HSV(B) 7.89º 0.96% 0.93% -
XYZ 36.07 19.72 2.19 -
YUV 95.78 79.6 229.44 -
System Red Green Blue C M Y K H S L
Decimal 238 40 10 0 0.83 0.96 0.07 7.89 0.92 0.49
Hex EE 28 A 0 53 60 7 8 5C 31
Octal 356 50 12 0 123 140 7 10 134 61
Binary 11101110 101000 1010 0 1010011 1100000 111 1000 1011100 110001

Color Harmonies of #EE280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE280A

Black with #EE280A

Text Example


Text Example

White with #EE280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE280A; }

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

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

background-color css

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

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

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

border-color css

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

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

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