Html Css Color HEX #EF290A Scarlet

📋 copy color: '#EF290A'

red 239 ◦ green 41 ◦ blue 10

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

Shades of Scarlet #EF290A

Tints of Scarlet #EF290A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.45%

R = 82.41%
G = 14.14%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF290A (or 0xEF290A) is known color: Scarlet. HEX triplet: EF, 29 and 0A. RGB value is (239,41,10). Sum of RGB (Red+Green+Blue) = 239+41+10=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF290A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF290A is #10D6F5. Grayscale: #606060. Windows color (decimal): -1103606 or 666095. OLE color: 666095.

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

Color convert

RGB 239 41 10 -
CMYK 0 0.83 0.96 0.06
HSL 8.12º 0.92% 0.49% -
HSV(B) 8.12º 0.96% 0.94% -
XYZ 36.44 19.96 2.22 -
YUV 96.67 79.1 229.52 -
System Red Green Blue C M Y K H S L
Decimal 239 41 10 0 0.83 0.96 0.06 8.12 0.92 0.49
Hex EF 29 A 0 53 60 6 8 5C 31
Octal 357 51 12 0 123 140 6 10 134 61
Binary 11101111 101001 1010 0 1010011 1100000 110 1000 1011100 110001

Color Harmonies of #EF290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF290A

Black with #EF290A

Text Example


Text Example

White with #EF290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF290A; }

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

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

background-color css

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

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

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

border-color css

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

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

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