Html Css Color HEX #EF1405 Scarlet

📋 copy color: '#EF1405'

red 239 ◦ green 20 ◦ blue 5

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

Shades of Scarlet #EF1405

Tints of Scarlet #EF1405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

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

R = 90.53%
G = 7.58%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF1405 (or 0xEF1405) is known color: Scarlet. HEX triplet: EF, 14 and 05. RGB value is (239,20,5). Sum of RGB (Red+Green+Blue) = 239+20+5=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1405 is #10EBFA. Grayscale: #545454. Windows color (decimal): -1108987 or 333039. OLE color: 333039.

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

Color convert

RGB 239 20 5 -
CMYK 0 0.92 0.98 0.06
HSL 3.85º 0.96% 0.48% -
HSV(B) 3.85º 0.98% 0.94% -
XYZ 35.87 18.86 1.89 -
YUV 83.77 83.55 238.72 -
System Red Green Blue C M Y K H S L
Decimal 239 20 5 0 0.92 0.98 0.06 3.85 0.96 0.48
Hex EF 14 5 0 5C 62 6 4 60 30
Octal 357 24 5 0 134 142 6 4 140 60
Binary 11101111 10100 101 0 1011100 1100010 110 100 1100000 110000

Color Harmonies of #EF1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1405

Black with #EF1405

Text Example


Text Example

White with #EF1405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1405; }

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

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

background-color css

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

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

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

border-color css

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

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

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