Html Css Color HEX #EF200A Scarlet

📋 copy color: '#EF200A'

red 239 ◦ green 32 ◦ blue 10

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

Shades of Scarlet #EF200A

Tints of Scarlet #EF200A

RGB

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

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

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

R = 85.05%
G = 11.39%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF200A (or 0xEF200A) is known color: Scarlet. HEX triplet: EF, 20 and 0A. RGB value is (239,32,10). Sum of RGB (Red+Green+Blue) = 239+32+10=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF200A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF200A is #10DFF5. Grayscale: #5B5B5B. Windows color (decimal): -1105910 or 663791. OLE color: 663791.

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

Color convert

RGB 239 32 10 -
CMYK 0 0.87 0.96 0.06
HSL 5.76º 0.92% 0.49% -
HSV(B) 5.76º 0.96% 0.94% -
XYZ 36.17 19.41 2.13 -
YUV 91.39 82.08 233.29 -
System Red Green Blue C M Y K H S L
Decimal 239 32 10 0 0.87 0.96 0.06 5.76 0.92 0.49
Hex EF 20 A 0 57 60 6 6 5C 31
Octal 357 40 12 0 127 140 6 6 134 61
Binary 11101111 100000 1010 0 1010111 1100000 110 110 1011100 110001

Color Harmonies of #EF200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF200A

Black with #EF200A

Text Example


Text Example

White with #EF200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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