Html Css Color HEX #EF030A Venetian Red

📋 copy color: '#EF030A'

red 239 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #EF030A

Tints of Venetian Red #EF030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 94.84%
G = 1.19%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF030A (or 0xEF030A) is known color: Venetian Red. HEX triplet: EF, 03 and 0A. RGB value is (239,3,10). Sum of RGB (Red+Green+Blue) = 239+3+10=252 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.84% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 239 - color contains mainly: red. Hex color #EF030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF030A is #10FCF5. Grayscale: #4A4A4A. Windows color (decimal): -1113334 or 656367. OLE color: 656367.

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

Color convert

RGB 239 3 10 -
CMYK 0 0.99 0.96 0.06
HSL 358.22º 0.98% 0.47% -
HSV(B) 358.22º 0.99% 0.94% -
XYZ 35.68 18.44 1.97 -
YUV 74.36 91.69 245.43 -
System Red Green Blue C M Y K H S L
Decimal 239 3 10 0 0.99 0.96 0.06 358.22 0.98 0.47
Hex EF 3 A 0 63 60 6 166 62 2F
Octal 357 3 12 0 143 140 6 546 142 57
Binary 11101111 11 1010 0 1100011 1100000 110 101100110 1100010 101111

Color Harmonies of #EF030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF030A

Black with #EF030A

Text Example


Text Example

White with #EF030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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