Html Css Color HEX #EF080D Venetian Red

📋 copy color: '#EF080D'

red 239 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #EF080D

Tints of Venetian Red #EF080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 91.92%
G = 3.08%
B = 5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF080D (or 0xEF080D) is known color: Venetian Red. HEX triplet: EF, 08 and 0D. RGB value is (239,8,13). Sum of RGB (Red+Green+Blue) = 239+8+13=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF080D is #10F7F2. Grayscale: #4D4D4D. Windows color (decimal): -1112051 or 854255. OLE color: 854255.

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

Color convert

RGB 239 8 13 -
CMYK 0 0.97 0.95 0.06
HSL 358.7º 0.94% 0.48% -
HSV(B) 358.7º 0.97% 0.94% -
XYZ 35.76 18.55 2.08 -
YUV 77.64 91.53 243.09 -
System Red Green Blue C M Y K H S L
Decimal 239 8 13 0 0.97 0.95 0.06 358.7 0.94 0.48
Hex EF 8 D 0 61 5F 6 167 5E 30
Octal 357 10 15 0 141 137 6 547 136 60
Binary 11101111 1000 1101 0 1100001 1011111 110 101100111 1011110 110000

Color Harmonies of #EF080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF080D

Black with #EF080D

Text Example


Text Example

White with #EF080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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