Html Css Color HEX #EF201D Scarlet

📋 copy color: '#EF201D'

red 239 ◦ green 32 ◦ blue 29

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

Shades of Scarlet #EF201D

Tints of Scarlet #EF201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 79.67%
G = 10.67%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF201D (or 0xEF201D) is known color: Scarlet. HEX triplet: EF, 20 and 1D. RGB value is (239,32,29). Sum of RGB (Red+Green+Blue) = 239+32+29=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF201D is #10DFE2. Grayscale: #5D5D5D. Windows color (decimal): -1105891 or 1908975. OLE color: 1908975.

HSL color Cylindrical-coordinate representation of color #EF201D: hue angle of 0.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF201D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 32 29 -
CMYK 0 0.87 0.88 0.06
HSL 0.86º 0.87% 0.53% -
HSV(B) 0.86º 0.88% 0.94% -
XYZ 36.33 19.47 3.01 -
YUV 93.55 91.58 231.74 -
System Red Green Blue C M Y K H S L
Decimal 239 32 29 0 0.87 0.88 0.06 0.86 0.87 0.53
Hex EF 20 1D 0 57 58 6 1 57 35
Octal 357 40 35 0 127 130 6 1 127 65
Binary 11101111 100000 11101 0 1010111 1011000 110 1 1010111 110101

Color Harmonies of #EF201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF201D

Black with #EF201D

Text Example


Text Example

White with #EF201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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