Html Css Color HEX #F4030B Venetian Red

📋 copy color: '#F4030B'

red 244 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #F4030B

Tints of Venetian Red #F4030B

RGB

 RED value IS 244 (95.7% from 255) = 94.57%

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 94.57%
G = 1.16%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4030B (or 0xF4030B) is known color: Venetian Red. HEX triplet: F4, 03 and 0B. RGB value is (244,3,11). Sum of RGB (Red+Green+Blue) = 244+3+11=258 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.57% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 244 - color contains mainly: red. Hex color #F4030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4030B is #0BFCF4. Grayscale: #4C4C4C. Windows color (decimal): -785653 or 721908. OLE color: 721908.

HSL color Cylindrical-coordinate representation of color #F4030B: hue angle of 358.01º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 3 11 -
CMYK 0 0.99 0.95 0.04
HSL 358.01º 0.98% 0.48% -
HSV(B) 358.01º 0.99% 0.96% -
XYZ 37.4 19.32 2.07 -
YUV 75.97 91.34 247.85 -
System Red Green Blue C M Y K H S L
Decimal 244 3 11 0 0.99 0.95 0.04 358.01 0.98 0.48
Hex F4 3 B 0 63 5F 4 166 62 30
Octal 364 3 13 0 143 137 4 546 142 60
Binary 11110100 11 1011 0 1100011 1011111 100 101100110 1100010 110000

Color Harmonies of #F4030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4030B

Black with #F4030B

Text Example


Text Example

White with #F4030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4030B; }

 p { color: rgb(244,3,11); }

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

background-color css

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

 a { background-color: rgb(244,3,11); }

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

border-color css

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

 span { border-color: rgb(244,3,11); }

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