Html Css Color HEX #F31302 Scarlet

📋 copy color: '#F31302'

red 243 ◦ green 19 ◦ blue 2

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

Shades of Scarlet #F31302

Tints of Scarlet #F31302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 92.05%
G = 7.2%
B = 0.76%

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

#F31302 (or 0xF31302) is known color: Scarlet. HEX triplet: F3, 13 and 02. RGB value is (243,19,2). Sum of RGB (Red+Green+Blue) = 243+19+2=264 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.05% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 243 - color contains mainly: red. Hex color #F31302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31302 is #0CECFD. Grayscale: #545454. Windows color (decimal): -847102 or 136179. OLE color: 136179.

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

Color convert

RGB 243 19 2 -
CMYK 0 0.92 0.99 0.05
HSL 4.23º 0.98% 0.48% -
HSV(B) 4.23º 0.99% 0.95% -
XYZ 37.21 19.52 1.87 -
YUV 84.04 81.71 241.38 -
System Red Green Blue C M Y K H S L
Decimal 243 19 2 0 0.92 0.99 0.05 4.23 0.98 0.48
Hex F3 13 2 0 5C 63 5 4 62 30
Octal 363 23 2 0 134 143 5 4 142 60
Binary 11110011 10011 10 0 1011100 1100011 101 100 1100010 110000

Color Harmonies of #F31302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31302

Black with #F31302

Text Example


Text Example

White with #F31302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31302; }

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

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

background-color css

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

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

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

border-color css

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

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

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