Html Css Color HEX #F31002 Red

📋 copy color: '#F31002'

red 243 ◦ green 16 ◦ blue 2

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

Shades of Red #F31002

Tints of Red #F31002

RGB

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

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

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

R = 93.1%
G = 6.13%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F31002 (or 0xF31002) is known color: Red. HEX triplet: F3, 10 and 02. RGB value is (243,16,2). Sum of RGB (Red+Green+Blue) = 243+16+2=261 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.10% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 243 - color contains mainly: red. Hex color #F31002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31002 is #0CEFFD. Grayscale: #525252. Windows color (decimal): -847870 or 135411. OLE color: 135411.

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

Color convert

RGB 243 16 2 -
CMYK 0 0.93 0.99 0.05
HSL 3.49º 0.98% 0.48% -
HSV(B) 3.49º 0.99% 0.95% -
XYZ 37.16 19.43 1.85 -
YUV 82.28 82.71 242.64 -
System Red Green Blue C M Y K H S L
Decimal 243 16 2 0 0.93 0.99 0.05 3.49 0.98 0.48
Hex F3 10 2 0 5D 63 5 3 62 30
Octal 363 20 2 0 135 143 5 3 142 60
Binary 11110011 10000 10 0 1011101 1100011 101 11 1100010 110000

Color Harmonies of #F31002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31002

Black with #F31002

Text Example


Text Example

White with #F31002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31002; }

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

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

background-color css

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

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

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

border-color css

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

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

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