Html Css Color HEX #EF210B Scarlet

📋 copy color: '#EF210B'

red 239 ◦ green 33 ◦ blue 11

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

Shades of Scarlet #EF210B

Tints of Scarlet #EF210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 84.45%
G = 11.66%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF210B (or 0xEF210B) is known color: Scarlet. HEX triplet: EF, 21 and 0B. RGB value is (239,33,11). Sum of RGB (Red+Green+Blue) = 239+33+11=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF210B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF210B is #10DEF4. Grayscale: #5C5C5C. Windows color (decimal): -1105653 or 729583. OLE color: 729583.

HSL color Cylindrical-coordinate representation of color #EF210B: hue angle of 5.79º degrees, saturation: 0.91, 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 #EF210B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 11 -
CMYK 0 0.86 0.95 0.06
HSL 5.79º 0.91% 0.49% -
HSV(B) 5.79º 0.95% 0.94% -
XYZ 36.2 19.46 2.17 -
YUV 92.09 82.25 232.79 -
System Red Green Blue C M Y K H S L
Decimal 239 33 11 0 0.86 0.95 0.06 5.79 0.91 0.49
Hex EF 21 B 0 56 5F 6 6 5B 31
Octal 357 41 13 0 126 137 6 6 133 61
Binary 11101111 100001 1011 0 1010110 1011111 110 110 1011011 110001

Color Harmonies of #EF210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF210B

Black with #EF210B

Text Example


Text Example

White with #EF210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF210B; }

 p { color: rgb(239,33,11); }

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

background-color css

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

 a { background-color: rgb(239,33,11); }

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

border-color css

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

 span { border-color: rgb(239,33,11); }

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