Html Css Color HEX #F31201 Red

📋 copy color: '#F31201'

red 243 ◦ green 18 ◦ blue 1

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

Shades of Red #F31201

Tints of Red #F31201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 92.75%
G = 6.87%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F31201 (or 0xF31201) is known color: Red. HEX triplet: F3, 12 and 01. RGB value is (243,18,1). Sum of RGB (Red+Green+Blue) = 243+18+1=262 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.75% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 243 - color contains mainly: red. Hex color #F31201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31201 is #0CEDFE. Grayscale: #535353. Windows color (decimal): -847359 or 70387. OLE color: 70387.

HSL color Cylindrical-coordinate representation of color #F31201: hue angle of 4.21º 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 #F31201 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 18 1 -
CMYK 0 0.93 1.00 0.05
HSL 4.21º 0.99% 0.48% -
HSV(B) 4.21º 1% 0.95% -
XYZ 37.18 19.49 1.83 -
YUV 83.34 81.54 241.88 -
System Red Green Blue C M Y K H S L
Decimal 243 18 1 0 0.93 1.00 0.05 4.21 0.99 0.48
Hex F3 12 1 0 5D 64 5 4 63 30
Octal 363 22 1 0 135 144 5 4 143 60
Binary 11110011 10010 1 0 1011101 1100100 101 100 1100011 110000

Color Harmonies of #F31201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31201

Black with #F31201

Text Example


Text Example

White with #F31201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31201; }

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

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

background-color css

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

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

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

border-color css

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

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

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