Html Css Color HEX #F31204 Red

📋 copy color: '#F31204'

red 243 ◦ green 18 ◦ blue 4

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

Shades of Red #F31204

Tints of Red #F31204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 91.7%
G = 6.79%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F31204 (or 0xF31204) is known color: Red. HEX triplet: F3, 12 and 04. RGB value is (243,18,4). Sum of RGB (Red+Green+Blue) = 243+18+4=265 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.70% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 243 - color contains mainly: red. Hex color #F31204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31204 is #0CEDFB. Grayscale: #535353. Windows color (decimal): -847356 or 266995. OLE color: 266995.

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

Color convert

RGB 243 18 4 -
CMYK 0 0.93 0.98 0.05
HSL 3.51º 0.97% 0.48% -
HSV(B) 3.51º 0.98% 0.95% -
XYZ 37.2 19.5 1.92 -
YUV 83.68 83.04 241.64 -
System Red Green Blue C M Y K H S L
Decimal 243 18 4 0 0.93 0.98 0.05 3.51 0.97 0.48
Hex F3 12 4 0 5D 62 5 4 61 30
Octal 363 22 4 0 135 142 5 4 141 60
Binary 11110011 10010 100 0 1011101 1100010 101 100 1100001 110000

Color Harmonies of #F31204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31204

Black with #F31204

Text Example


Text Example

White with #F31204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31204; }

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

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

background-color css

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

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

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

border-color css

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

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

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