Html Css Color HEX #EF290D Scarlet

📋 copy color: '#EF290D'

red 239 ◦ green 41 ◦ blue 13

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

Shades of Scarlet #EF290D

Tints of Scarlet #EF290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 81.57%
G = 13.99%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF290D (or 0xEF290D) is known color: Scarlet. HEX triplet: EF, 29 and 0D. RGB value is (239,41,13). Sum of RGB (Red+Green+Blue) = 239+41+13=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF290D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF290D is #10D6F2. Grayscale: #616161. Windows color (decimal): -1103603 or 862703. OLE color: 862703.

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

Color convert

RGB 239 41 13 -
CMYK 0 0.83 0.95 0.06
HSL 7.43º 0.9% 0.49% -
HSV(B) 7.43º 0.95% 0.94% -
XYZ 36.46 19.97 2.31 -
YUV 97.01 80.6 229.28 -
System Red Green Blue C M Y K H S L
Decimal 239 41 13 0 0.83 0.95 0.06 7.43 0.9 0.49
Hex EF 29 D 0 53 5F 6 7 5A 31
Octal 357 51 15 0 123 137 6 7 132 61
Binary 11101111 101001 1101 0 1010011 1011111 110 111 1011010 110001

Color Harmonies of #EF290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF290D

Black with #EF290D

Text Example


Text Example

White with #EF290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF290D; }

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

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

background-color css

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

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

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

border-color css

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

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

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