Html Css Color HEX #F31603 Scarlet

📋 copy color: '#F31603'

red 243 ◦ green 22 ◦ blue 3

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

Shades of Scarlet #F31603

Tints of Scarlet #F31603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

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

R = 90.67%
G = 8.21%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F31603 (or 0xF31603) is known color: Scarlet. HEX triplet: F3, 16 and 03. RGB value is (243,22,3). Sum of RGB (Red+Green+Blue) = 243+22+3=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F31603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31603 is #0CE9FC. Grayscale: #565656. Windows color (decimal): -846333 or 202483. OLE color: 202483.

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

Color convert

RGB 243 22 3 -
CMYK 0 0.91 0.99 0.05
HSL 4.75º 0.98% 0.48% -
HSV(B) 4.75º 0.99% 0.95% -
XYZ 37.27 19.64 1.91 -
YUV 85.91 81.22 240.04 -
System Red Green Blue C M Y K H S L
Decimal 243 22 3 0 0.91 0.99 0.05 4.75 0.98 0.48
Hex F3 16 3 0 5B 63 5 5 62 30
Octal 363 26 3 0 133 143 5 5 142 60
Binary 11110011 10110 11 0 1011011 1100011 101 101 1100010 110000

Color Harmonies of #F31603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31603

Black with #F31603

Text Example


Text Example

White with #F31603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31603; }

 p { color: rgb(243,22,3); }

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

background-color css

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

 a { background-color: rgb(243,22,3); }

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

border-color css

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

 span { border-color: rgb(243,22,3); }

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