Html Css Color HEX #EF0403 Red

📋 copy color: '#EF0403'

red 239 ◦ green 4 ◦ blue 3

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

Shades of Red #EF0403

Tints of Red #EF0403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 97.15%
G = 1.63%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF0403 (or 0xEF0403) is known color: Red. HEX triplet: EF, 04 and 03. RGB value is (239,4,3). Sum of RGB (Red+Green+Blue) = 239+4+3=246 (32% of max value = 765). Red value is 239 (93.75% from 255 or 97.15% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0403 is #10FBFC. Grayscale: #4A4A4A. Windows color (decimal): -1113085 or 197871. OLE color: 197871.

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

Color convert

RGB 239 4 3 -
CMYK 0 0.98 0.99 0.06
HSL 0.25º 0.98% 0.47% -
HSV(B) 0.25º 0.99% 0.94% -
XYZ 35.66 18.44 1.77 -
YUV 74.15 87.86 245.58 -
System Red Green Blue C M Y K H S L
Decimal 239 4 3 0 0.98 0.99 0.06 0.25 0.98 0.47
Hex EF 4 3 0 62 63 6 0 62 2F
Octal 357 4 3 0 142 143 6 0 142 57
Binary 11101111 100 11 0 1100010 1100011 110 0 1100010 101111

Color Harmonies of #EF0403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0403

Black with #EF0403

Text Example


Text Example

White with #EF0403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0403; }

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

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

background-color css

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

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

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

border-color css

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

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

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