Html Css Color HEX #F31605 Scarlet

📋 copy color: '#F31605'

red 243 ◦ green 22 ◦ blue 5

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

Shades of Scarlet #F31605

Tints of Scarlet #F31605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 90%
G = 8.15%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F31605 (or 0xF31605) is known color: Scarlet. HEX triplet: F3, 16 and 05. RGB value is (243,22,5). Sum of RGB (Red+Green+Blue) = 243+22+5=270 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 243 - color contains mainly: red. Hex color #F31605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31605 is #0CE9FA. Grayscale: #565656. Windows color (decimal): -846331 or 333555. OLE color: 333555.

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

Color convert

RGB 243 22 5 -
CMYK 0 0.91 0.98 0.05
HSL 4.29º 0.96% 0.49% -
HSV(B) 4.29º 0.98% 0.95% -
XYZ 37.28 19.64 1.97 -
YUV 86.14 82.22 239.88 -
System Red Green Blue C M Y K H S L
Decimal 243 22 5 0 0.91 0.98 0.05 4.29 0.96 0.49
Hex F3 16 5 0 5B 62 5 4 60 31
Octal 363 26 5 0 133 142 5 4 140 61
Binary 11110011 10110 101 0 1011011 1100010 101 100 1100000 110001

Color Harmonies of #F31605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31605

Black with #F31605

Text Example


Text Example

White with #F31605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31605; }

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

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

background-color css

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

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

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

border-color css

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

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

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