Html Css Color HEX #F61C03 Scarlet

📋 copy color: '#F61C03'

red 246 ◦ green 28 ◦ blue 3

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

Shades of Scarlet #F61C03

Tints of Scarlet #F61C03

RGB

 RED value IS 246 (96.48% from 255) = 88.81%

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 88.81%
G = 10.11%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F61C03 (or 0xF61C03) is known color: Scarlet. HEX triplet: F6, 1C and 03. RGB value is (246,28,3). Sum of RGB (Red+Green+Blue) = 246+28+3=277 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.81% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61C03 is #09E3FC. Grayscale: #5A5A5A. Windows color (decimal): -648189 or 204022. OLE color: 204022.

HSL color Cylindrical-coordinate representation of color #F61C03: hue angle of 6.17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F61C03 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 28 3 -
CMYK 0 0.89 0.99 0.04
HSL 6.17º 0.98% 0.49% -
HSV(B) 6.17º 0.99% 0.96% -
XYZ 38.44 20.43 2 -
YUV 90.33 78.72 239.03 -
System Red Green Blue C M Y K H S L
Decimal 246 28 3 0 0.89 0.99 0.04 6.17 0.98 0.49
Hex F6 1C 3 0 59 63 4 6 62 31
Octal 366 34 3 0 131 143 4 6 142 61
Binary 11110110 11100 11 0 1011001 1100011 100 110 1100010 110001

Color Harmonies of #F61C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C03

Black with #F61C03

Text Example


Text Example

White with #F61C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C03; }

 p { color: rgb(246,28,3); }

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

background-color css

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

 a { background-color: rgb(246,28,3); }

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

border-color css

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

 span { border-color: rgb(246,28,3); }

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