Html Css Color HEX #EF1807 Scarlet

📋 copy color: '#EF1807'

red 239 ◦ green 24 ◦ blue 7

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

Shades of Scarlet #EF1807

Tints of Scarlet #EF1807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 88.52%
G = 8.89%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1807 (or 0xEF1807) is known color: Scarlet. HEX triplet: EF, 18 and 07. RGB value is (239,24,7). Sum of RGB (Red+Green+Blue) = 239+24+7=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1807 is #10E7F8. Grayscale: #565656. Windows color (decimal): -1107961 or 465135. OLE color: 465135.

HSL color Cylindrical-coordinate representation of color #EF1807: hue angle of 4.4º 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 #EF1807 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 7 -
CMYK 0 0.90 0.97 0.06
HSL 4.4º 0.94% 0.48% -
HSV(B) 4.4º 0.97% 0.94% -
XYZ 35.96 19.02 1.98 -
YUV 86.35 83.23 236.88 -
System Red Green Blue C M Y K H S L
Decimal 239 24 7 0 0.90 0.97 0.06 4.4 0.94 0.48
Hex EF 18 7 0 5A 61 6 4 5E 30
Octal 357 30 7 0 132 141 6 4 136 60
Binary 11101111 11000 111 0 1011010 1100001 110 100 1011110 110000

Color Harmonies of #EF1807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1807

Black with #EF1807

Text Example


Text Example

White with #EF1807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1807; }

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

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

background-color css

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

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

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

border-color css

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

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

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