Html Css Color HEX #EF2200 Scarlet

📋 copy color: '#EF2200'

red 239 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #EF2200

Tints of Scarlet #EF2200

RGB

 RED value IS 239 (93.75% from 255) = 87.55%

 GREEN value IS 34 (13.67% from 255) = 12.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.55%
G = 12.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF2200 (or 0xEF2200) is known color: Scarlet. HEX triplet: EF, 22 and 00. RGB value is (239,34,0). Sum of RGB (Red+Green+Blue) = 239+34+0=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2200 is #10DDFF. Grayscale: #5B5B5B. Windows color (decimal): -1105408 or 8943. OLE color: 8943.

HSL color Cylindrical-coordinate representation of color #EF2200: hue angle of 8.54º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF2200 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 34 0 -
CMYK 0 0.86 1 0.06
HSL 8.54º 1% 0.47% -
HSV(B) 8.54º 1% 0.94% -
XYZ 36.17 19.49 1.86 -
YUV 91.42 76.42 233.26 -
System Red Green Blue C M Y K H S L
Decimal 239 34 0 0 0.86 1 0.06 8.54 1 0.47
Hex EF 22 0 0 56 64 6 9 64 2F
Octal 357 42 0 0 126 144 6 11 144 57
Binary 11101111 100010 0 0 1010110 1100100 110 1001 1100100 101111

Color Harmonies of #EF2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2200

Black with #EF2200

Text Example


Text Example

White with #EF2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2200; }

 p { color: rgb(239,34,0); }

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

background-color css

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

 a { background-color: rgb(239,34,0); }

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

border-color css

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

 span { border-color: rgb(239,34,0); }

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