Html Css Color HEX #EF1D05 Scarlet

📋 copy color: '#EF1D05'

red 239 ◦ green 29 ◦ blue 5

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

Shades of Scarlet #EF1D05

Tints of Scarlet #EF1D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.62%

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 87.55%
G = 10.62%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF1D05 (or 0xEF1D05) is known color: Scarlet. HEX triplet: EF, 1D and 05. RGB value is (239,29,5). Sum of RGB (Red+Green+Blue) = 239+29+5=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D05 is #10E2FA. Grayscale: #595959. Windows color (decimal): -1106683 or 335343. OLE color: 335343.

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

Color convert

RGB 239 29 5 -
CMYK 0 0.88 0.98 0.06
HSL 6.15º 0.96% 0.48% -
HSV(B) 6.15º 0.98% 0.94% -
XYZ 36.06 19.24 1.96 -
YUV 89.05 80.57 234.95 -
System Red Green Blue C M Y K H S L
Decimal 239 29 5 0 0.88 0.98 0.06 6.15 0.96 0.48
Hex EF 1D 5 0 58 62 6 6 60 30
Octal 357 35 5 0 130 142 6 6 140 60
Binary 11101111 11101 101 0 1011000 1100010 110 110 1100000 110000

Color Harmonies of #EF1D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D05

Black with #EF1D05

Text Example


Text Example

White with #EF1D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D05; }

 p { color: rgb(239,29,5); }

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

background-color css

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

 a { background-color: rgb(239,29,5); }

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

border-color css

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

 span { border-color: rgb(239,29,5); }

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