Html Css Color HEX #EF3203 Scarlet

📋 copy color: '#EF3203'

red 239 ◦ green 50 ◦ blue 3

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

Shades of Scarlet #EF3203

Tints of Scarlet #EF3203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 81.85%
G = 17.12%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF3203 (or 0xEF3203) is known color: Scarlet. HEX triplet: EF, 32 and 03. RGB value is (239,50,3). Sum of RGB (Red+Green+Blue) = 239+50+3=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3203 is #10CDFC. Grayscale: #656565. Windows color (decimal): -1101309 or 209647. OLE color: 209647.

HSL color Cylindrical-coordinate representation of color #EF3203: hue angle of 11.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF3203 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 50 3 -
CMYK 0 0.79 0.99 0.06
HSL 11.95º 0.98% 0.47% -
HSV(B) 11.95º 0.99% 0.94% -
XYZ 36.75 20.64 2.13 -
YUV 101.15 72.62 226.32 -
System Red Green Blue C M Y K H S L
Decimal 239 50 3 0 0.79 0.99 0.06 11.95 0.98 0.47
Hex EF 32 3 0 4F 63 6 C 62 2F
Octal 357 62 3 0 117 143 6 14 142 57
Binary 11101111 110010 11 0 1001111 1100011 110 1100 1100010 101111

Color Harmonies of #EF3203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3203

Black with #EF3203

Text Example


Text Example

White with #EF3203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3203; }

 p { color: rgb(239,50,3); }

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

background-color css

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

 a { background-color: rgb(239,50,3); }

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

border-color css

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

 span { border-color: rgb(239,50,3); }

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