Html Css Color HEX #F31402 Scarlet

📋 copy color: '#F31402'

red 243 ◦ green 20 ◦ blue 2

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

Shades of Scarlet #F31402

Tints of Scarlet #F31402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 91.7%
G = 7.55%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F31402 (or 0xF31402) is known color: Scarlet. HEX triplet: F3, 14 and 02. RGB value is (243,20,2). Sum of RGB (Red+Green+Blue) = 243+20+2=265 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.70% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 243 - color contains mainly: red. Hex color #F31402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31402 is #0CEBFD. Grayscale: #545454. Windows color (decimal): -846846 or 136435. OLE color: 136435.

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

Color convert

RGB 243 20 2 -
CMYK 0 0.92 0.99 0.05
HSL 4.48º 0.98% 0.48% -
HSV(B) 4.48º 0.99% 0.95% -
XYZ 37.22 19.56 1.87 -
YUV 84.63 81.38 240.96 -
System Red Green Blue C M Y K H S L
Decimal 243 20 2 0 0.92 0.99 0.05 4.48 0.98 0.48
Hex F3 14 2 0 5C 63 5 4 62 30
Octal 363 24 2 0 134 143 5 4 142 60
Binary 11110011 10100 10 0 1011100 1100011 101 100 1100010 110000

Color Harmonies of #F31402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31402

Black with #F31402

Text Example


Text Example

White with #F31402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31402; }

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

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

background-color css

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

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

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

border-color css

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

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

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