Html Css Color HEX #F30103 Venetian Red

📋 copy color: '#F30103'

red 243 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #F30103

Tints of Venetian Red #F30103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 98.38%
G = 0.4%
B = 1.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F30103 (or 0xF30103) is known color: Venetian Red. HEX triplet: F3, 01 and 03. RGB value is (243,1,3). Sum of RGB (Red+Green+Blue) = 243+1+3=247 (32% of max value = 765). Red value is 243 (95.31% from 255 or 98.38% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 243 - color contains mainly: red. Hex color #F30103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30103 is #0CFEFC. Grayscale: #494949. Windows color (decimal): -851709 or 197107. OLE color: 197107.

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

Color convert

RGB 243 1 3 -
CMYK 0 1.00 0.99 0.05
HSL 359.5º 0.99% 0.48% -
HSV(B) 359.5º 1% 0.95% -
XYZ 36.99 19.08 1.82 -
YUV 73.59 88.17 248.84 -
System Red Green Blue C M Y K H S L
Decimal 243 1 3 0 1.00 0.99 0.05 359.5 0.99 0.48
Hex F3 1 3 0 64 63 5 168 63 30
Octal 363 1 3 0 144 143 5 550 143 60
Binary 11110011 1 11 0 1100100 1100011 101 101101000 1100011 110000

Color Harmonies of #F30103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30103

Black with #F30103

Text Example


Text Example

White with #F30103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30103; }

 p { color: rgb(243,1,3); }

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

background-color css

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

 a { background-color: rgb(243,1,3); }

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

border-color css

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

 span { border-color: rgb(243,1,3); }

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