Html Css Color HEX #EF2905 Scarlet

📋 copy color: '#EF2905'

red 239 ◦ green 41 ◦ blue 5

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

Shades of Scarlet #EF2905

Tints of Scarlet #EF2905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

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

R = 83.86%
G = 14.39%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF2905 (or 0xEF2905) is known color: Scarlet. HEX triplet: EF, 29 and 05. RGB value is (239,41,5). Sum of RGB (Red+Green+Blue) = 239+41+5=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2905 is #10D6FA. Grayscale: #606060. Windows color (decimal): -1103611 or 338415. OLE color: 338415.

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

Color convert

RGB 239 41 5 -
CMYK 0 0.83 0.98 0.06
HSL 9.23º 0.96% 0.48% -
HSV(B) 9.23º 0.98% 0.94% -
XYZ 36.42 19.95 2.07 -
YUV 96.1 76.6 229.93 -
System Red Green Blue C M Y K H S L
Decimal 239 41 5 0 0.83 0.98 0.06 9.23 0.96 0.48
Hex EF 29 5 0 53 62 6 9 60 30
Octal 357 51 5 0 123 142 6 11 140 60
Binary 11101111 101001 101 0 1010011 1100010 110 1001 1100000 110000

Color Harmonies of #EF2905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2905

Black with #EF2905

Text Example


Text Example

White with #EF2905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2905; }

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

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

background-color css

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

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

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

border-color css

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

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

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