Html Css Color HEX #EF0903 Red

📋 copy color: '#EF0903'

red 239 ◦ green 9 ◦ blue 3

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

Shades of Red #EF0903

Tints of Red #EF0903

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 95.22%
G = 3.59%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF0903 (or 0xEF0903) is known color: Red. HEX triplet: EF, 09 and 03. RGB value is (239,9,3). Sum of RGB (Red+Green+Blue) = 239+9+3=251 (33% of max value = 765). Red value is 239 (93.75% from 255 or 95.22% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0903 is #10F6FC. Grayscale: #4D4D4D. Windows color (decimal): -1111805 or 199151. OLE color: 199151.

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

Color convert

RGB 239 9 3 -
CMYK 0 0.96 0.99 0.06
HSL 1.53º 0.98% 0.47% -
HSV(B) 1.53º 0.99% 0.94% -
XYZ 35.71 18.55 1.79 -
YUV 77.09 86.2 243.49 -
System Red Green Blue C M Y K H S L
Decimal 239 9 3 0 0.96 0.99 0.06 1.53 0.98 0.47
Hex EF 9 3 0 60 63 6 2 62 2F
Octal 357 11 3 0 140 143 6 2 142 57
Binary 11101111 1001 11 0 1100000 1100011 110 10 1100010 101111

Color Harmonies of #EF0903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0903

Black with #EF0903

Text Example


Text Example

White with #EF0903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0903; }

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

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

background-color css

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

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

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

border-color css

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

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

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