Html Css Color HEX #F31505 Scarlet

📋 copy color: '#F31505'

red 243 ◦ green 21 ◦ blue 5

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

Shades of Scarlet #F31505

Tints of Scarlet #F31505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 90.33%
G = 7.81%
B = 1.86%

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

#F31505 (or 0xF31505) is known color: Scarlet. HEX triplet: F3, 15 and 05. RGB value is (243,21,5). Sum of RGB (Red+Green+Blue) = 243+21+5=269 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.33% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 243 - color contains mainly: red. Hex color #F31505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31505 is #0CEAFA. Grayscale: #555555. Windows color (decimal): -846587 or 333299. OLE color: 333299.

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

Color convert

RGB 243 21 5 -
CMYK 0 0.91 0.98 0.05
HSL 4.03º 0.96% 0.49% -
HSV(B) 4.03º 0.98% 0.95% -
XYZ 37.26 19.6 1.96 -
YUV 85.55 82.55 240.3 -
System Red Green Blue C M Y K H S L
Decimal 243 21 5 0 0.91 0.98 0.05 4.03 0.96 0.49
Hex F3 15 5 0 5B 62 5 4 60 31
Octal 363 25 5 0 133 142 5 4 140 61
Binary 11110011 10101 101 0 1011011 1100010 101 100 1100000 110001

Color Harmonies of #F31505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31505

Black with #F31505

Text Example


Text Example

White with #F31505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31505; }

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

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

background-color css

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

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

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

border-color css

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

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

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