Html Css Color HEX #EF2007 Scarlet

📋 copy color: '#EF2007'

red 239 ◦ green 32 ◦ blue 7

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

Shades of Scarlet #EF2007

Tints of Scarlet #EF2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

 BLUE value IS 7 (3.13% from 255) = 2.52%

R = 85.97%
G = 11.51%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF2007 (or 0xEF2007) is known color: Scarlet. HEX triplet: EF, 20 and 07. RGB value is (239,32,7). Sum of RGB (Red+Green+Blue) = 239+32+7=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2007 is #10DFF8. Grayscale: #5B5B5B. Windows color (decimal): -1105913 or 467183. OLE color: 467183.

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

Color convert

RGB 239 32 7 -
CMYK 0 0.87 0.97 0.06
HSL 6.47º 0.94% 0.48% -
HSV(B) 6.47º 0.97% 0.94% -
XYZ 36.15 19.4 2.04 -
YUV 91.04 80.58 233.53 -
System Red Green Blue C M Y K H S L
Decimal 239 32 7 0 0.87 0.97 0.06 6.47 0.94 0.48
Hex EF 20 7 0 57 61 6 6 5E 30
Octal 357 40 7 0 127 141 6 6 136 60
Binary 11101111 100000 111 0 1010111 1100001 110 110 1011110 110000

Color Harmonies of #EF2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2007

Black with #EF2007

Text Example


Text Example

White with #EF2007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2007; }

 p { color: rgb(239,32,7); }

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

background-color css

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

 a { background-color: rgb(239,32,7); }

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

border-color css

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

 span { border-color: rgb(239,32,7); }

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