Html Css Color HEX #F31004 Red

📋 copy color: '#F31004'

red 243 ◦ green 16 ◦ blue 4

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

Shades of Red #F31004

Tints of Red #F31004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 92.4%
G = 6.08%
B = 1.52%

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

#F31004 (or 0xF31004) is known color: Red. HEX triplet: F3, 10 and 04. RGB value is (243,16,4). Sum of RGB (Red+Green+Blue) = 243+16+4=263 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.40% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 243 - color contains mainly: red. Hex color #F31004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31004 is #0CEFFB. Grayscale: #525252. Windows color (decimal): -847868 or 266483. OLE color: 266483.

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

Color convert

RGB 243 16 4 -
CMYK 0 0.93 0.98 0.05
HSL 3.01º 0.97% 0.48% -
HSV(B) 3.01º 0.98% 0.95% -
XYZ 37.17 19.43 1.91 -
YUV 82.51 83.71 242.48 -
System Red Green Blue C M Y K H S L
Decimal 243 16 4 0 0.93 0.98 0.05 3.01 0.97 0.48
Hex F3 10 4 0 5D 62 5 3 61 30
Octal 363 20 4 0 135 142 5 3 141 60
Binary 11110011 10000 100 0 1011101 1100010 101 11 1100001 110000

Color Harmonies of #F31004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31004

Black with #F31004

Text Example


Text Example

White with #F31004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31004; }

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

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

background-color css

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

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

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

border-color css

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

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

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