Html Css Color HEX #EF0300 Red

📋 copy color: '#EF0300'

red 239 ◦ green 3 ◦ blue 0

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

Shades of Red #EF0300

Tints of Red #EF0300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.76%
G = 1.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF0300 (or 0xEF0300) is known color: Red. HEX triplet: EF, 03 and 00. RGB value is (239,3,0). Sum of RGB (Red+Green+Blue) = 239+3+0=242 (32% of max value = 765). Red value is 239 (93.75% from 255 or 98.76% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0300 is #10FCFF. Grayscale: #494949. Windows color (decimal): -1113344 or 1007. OLE color: 1007.

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

Color convert

RGB 239 3 0 -
CMYK 0 0.99 1 0.06
HSL 0.75º 1% 0.47% -
HSV(B) 0.75º 1% 0.94% -
XYZ 35.63 18.42 1.68 -
YUV 73.22 86.69 246.24 -
System Red Green Blue C M Y K H S L
Decimal 239 3 0 0 0.99 1 0.06 0.75 1 0.47
Hex EF 3 0 0 63 64 6 1 64 2F
Octal 357 3 0 0 143 144 6 1 144 57
Binary 11101111 11 0 0 1100011 1100100 110 1 1100100 101111

Color Harmonies of #EF0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0300

Black with #EF0300

Text Example


Text Example

White with #EF0300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0300; }

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

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

background-color css

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

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

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

border-color css

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

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

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