Html Css Color HEX #F31C02 Scarlet

📋 copy color: '#F31C02'

red 243 ◦ green 28 ◦ blue 2

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

Shades of Scarlet #F31C02

Tints of Scarlet #F31C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

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

R = 89.01%
G = 10.26%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F31C02 (or 0xF31C02) is known color: Scarlet. HEX triplet: F3, 1C and 02. RGB value is (243,28,2). Sum of RGB (Red+Green+Blue) = 243+28+2=273 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.01% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C02 is #0CE3FD. Grayscale: #595959. Windows color (decimal): -844798 or 138483. OLE color: 138483.

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

Color convert

RGB 243 28 2 -
CMYK 0 0.88 0.99 0.05
HSL 6.47º 0.98% 0.48% -
HSV(B) 6.47º 0.99% 0.95% -
XYZ 37.39 19.89 1.93 -
YUV 89.32 78.73 237.61 -
System Red Green Blue C M Y K H S L
Decimal 243 28 2 0 0.88 0.99 0.05 6.47 0.98 0.48
Hex F3 1C 2 0 58 63 5 6 62 30
Octal 363 34 2 0 130 143 5 6 142 60
Binary 11110011 11100 10 0 1011000 1100011 101 110 1100010 110000

Color Harmonies of #F31C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C02

Black with #F31C02

Text Example


Text Example

White with #F31C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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