Html Css Color HEX #F31005 Red

📋 copy color: '#F31005'

red 243 ◦ green 16 ◦ blue 5

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

Shades of Red #F31005

Tints of Red #F31005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 92.05%
G = 6.06%
B = 1.89%

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

#F31005 (or 0xF31005) is known color: Red. HEX triplet: F3, 10 and 05. RGB value is (243,16,5). Sum of RGB (Red+Green+Blue) = 243+16+5=264 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.05% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 243 - color contains mainly: red. Hex color #F31005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31005 is #0CEFFA. Grayscale: #525252. Windows color (decimal): -847867 or 332019. OLE color: 332019.

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

Color convert

RGB 243 16 5 -
CMYK 0 0.93 0.98 0.05
HSL 2.77º 0.96% 0.49% -
HSV(B) 2.77º 0.98% 0.95% -
XYZ 37.17 19.44 1.94 -
YUV 82.62 84.21 242.39 -
System Red Green Blue C M Y K H S L
Decimal 243 16 5 0 0.93 0.98 0.05 2.77 0.96 0.49
Hex F3 10 5 0 5D 62 5 3 60 31
Octal 363 20 5 0 135 142 5 3 140 61
Binary 11110011 10000 101 0 1011101 1100010 101 11 1100000 110001

Color Harmonies of #F31005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31005

Black with #F31005

Text Example


Text Example

White with #F31005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31005; }

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

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

background-color css

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

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

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

border-color css

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

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

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