Html Css Color HEX #EF030D Venetian Red

📋 copy color: '#EF030D'

red 239 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #EF030D

Tints of Venetian Red #EF030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 93.73%
G = 1.18%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF030D (or 0xEF030D) is known color: Venetian Red. HEX triplet: EF, 03 and 0D. RGB value is (239,3,13). Sum of RGB (Red+Green+Blue) = 239+3+13=255 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.73% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 239 - color contains mainly: red. Hex color #EF030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF030D is #10FCF2. Grayscale: #4A4A4A. Windows color (decimal): -1113331 or 852975. OLE color: 852975.

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

Color convert

RGB 239 3 13 -
CMYK 0 0.99 0.95 0.06
HSL 357.46º 0.98% 0.47% -
HSV(B) 357.46º 0.99% 0.94% -
XYZ 35.7 18.44 2.06 -
YUV 74.7 93.19 245.19 -
System Red Green Blue C M Y K H S L
Decimal 239 3 13 0 0.99 0.95 0.06 357.46 0.98 0.47
Hex EF 3 D 0 63 5F 6 165 62 2F
Octal 357 3 15 0 143 137 6 545 142 57
Binary 11101111 11 1101 0 1100011 1011111 110 101100101 1100010 101111

Color Harmonies of #EF030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF030D

Black with #EF030D

Text Example


Text Example

White with #EF030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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