Html Css Color HEX #F30202 Red

📋 copy color: '#F30202'

red 243 ◦ green 2 ◦ blue 2

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

Shades of Red #F30202

Tints of Red #F30202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 98.38%
G = 0.81%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F30202 (or 0xF30202) is known color: Red. HEX triplet: F3, 02 and 02. RGB value is (243,2,2). Sum of RGB (Red+Green+Blue) = 243+2+2=247 (32% of max value = 765). Red value is 243 (95.31% from 255 or 98.38% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 243 - color contains mainly: red. Hex color #F30202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30202 is #0CFDFD. Grayscale: #4A4A4A. Windows color (decimal): -851454 or 131827. OLE color: 131827.

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

Color convert

RGB 243 2 2 -
CMYK 0 0.99 0.99 0.05
HSL 0.98% 0.48% -
HSV(B) 0.99% 0.95% -
XYZ 36.99 19.1 1.79 -
YUV 74.06 87.34 248.5 -
System Red Green Blue C M Y K H S L
Decimal 243 2 2 0 0.99 0.99 0.05 0 0.98 0.48
Hex F3 2 2 0 63 63 5 0 62 30
Octal 363 2 2 0 143 143 5 0 142 60
Binary 11110011 10 10 0 1100011 1100011 101 0 1100010 110000

Color Harmonies of #F30202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30202

Black with #F30202

Text Example


Text Example

White with #F30202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30202; }

 p { color: rgb(243,2,2); }

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

background-color css

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

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

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

border-color css

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

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

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