Html Css Color HEX #EF1D0A Scarlet

📋 copy color: '#EF1D0A'

red 239 ◦ green 29 ◦ blue 10

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

Shades of Scarlet #EF1D0A

Tints of Scarlet #EF1D0A

RGB

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

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

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

R = 85.97%
G = 10.43%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF1D0A (or 0xEF1D0A) is known color: Scarlet. HEX triplet: EF, 1D and 0A. RGB value is (239,29,10). Sum of RGB (Red+Green+Blue) = 239+29+10=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1D0A is #10E2F5. Grayscale: #595959. Windows color (decimal): -1106678 or 663023. OLE color: 663023.

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

Color convert

RGB 239 29 10 -
CMYK 0 0.88 0.96 0.06
HSL 4.98º 0.92% 0.49% -
HSV(B) 4.98º 0.96% 0.94% -
XYZ 36.09 19.25 2.1 -
YUV 89.62 83.07 234.54 -
System Red Green Blue C M Y K H S L
Decimal 239 29 10 0 0.88 0.96 0.06 4.98 0.92 0.49
Hex EF 1D A 0 58 60 6 5 5C 31
Octal 357 35 12 0 130 140 6 5 134 61
Binary 11101111 11101 1010 0 1011000 1100000 110 101 1011100 110001

Color Harmonies of #EF1D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D0A

Black with #EF1D0A

Text Example


Text Example

White with #EF1D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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