Html Css Color HEX #F31A02 Scarlet

📋 copy color: '#F31A02'

red 243 ◦ green 26 ◦ blue 2

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

Shades of Scarlet #F31A02

Tints of Scarlet #F31A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

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

R = 89.67%
G = 9.59%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F31A02 (or 0xF31A02) is known color: Scarlet. HEX triplet: F3, 1A and 02. RGB value is (243,26,2). Sum of RGB (Red+Green+Blue) = 243+26+2=271 (35% of max value = 765). Red value is 243 (95.31% from 255 or 89.67% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31A02 is #0CE5FD. Grayscale: #585858. Windows color (decimal): -845310 or 137971. OLE color: 137971.

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

Color convert

RGB 243 26 2 -
CMYK 0 0.89 0.99 0.05
HSL 5.98º 0.98% 0.48% -
HSV(B) 5.98º 0.99% 0.95% -
XYZ 37.34 19.8 1.91 -
YUV 88.15 79.39 238.45 -
System Red Green Blue C M Y K H S L
Decimal 243 26 2 0 0.89 0.99 0.05 5.98 0.98 0.48
Hex F3 1A 2 0 59 63 5 6 62 30
Octal 363 32 2 0 131 143 5 6 142 60
Binary 11110011 11010 10 0 1011001 1100011 101 110 1100010 110000

Color Harmonies of #F31A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31A02

Black with #F31A02

Text Example


Text Example

White with #F31A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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