Html Css Color HEX #F30409 Venetian Red

📋 copy color: '#F30409'

red 243 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #F30409

Tints of Venetian Red #F30409

RGB

 RED value IS 243 (95.31% from 255) = 94.92%

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 94.92%
G = 1.56%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F30409 (or 0xF30409) is known color: Venetian Red. HEX triplet: F3, 04 and 09. RGB value is (243,4,9). Sum of RGB (Red+Green+Blue) = 243+4+9=256 (33% of max value = 765). Red value is 243 (95.31% from 255 or 94.92% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 243 - color contains mainly: red. Hex color #F30409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30409 is #0CFBF6. Grayscale: #4C4C4C. Windows color (decimal): -850935 or 591091. OLE color: 591091.

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

Color convert

RGB 243 4 9 -
CMYK 0 0.98 0.96 0.05
HSL 358.74º 0.97% 0.48% -
HSV(B) 358.74º 0.98% 0.95% -
XYZ 37.05 19.16 2 -
YUV 76.03 90.18 247.09 -
System Red Green Blue C M Y K H S L
Decimal 243 4 9 0 0.98 0.96 0.05 358.74 0.97 0.48
Hex F3 4 9 0 62 60 5 167 61 30
Octal 363 4 11 0 142 140 5 547 141 60
Binary 11110011 100 1001 0 1100010 1100000 101 101100111 1100001 110000

Color Harmonies of #F30409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30409

Black with #F30409

Text Example


Text Example

White with #F30409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30409; }

 p { color: rgb(243,4,9); }

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

background-color css

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

 a { background-color: rgb(243,4,9); }

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

border-color css

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

 span { border-color: rgb(243,4,9); }

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