Html Css Color HEX #F31405 Scarlet

📋 copy color: '#F31405'

red 243 ◦ green 20 ◦ blue 5

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

Shades of Scarlet #F31405

Tints of Scarlet #F31405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 90.67%
G = 7.46%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F31405 (or 0xF31405) is known color: Scarlet. HEX triplet: F3, 14 and 05. RGB value is (243,20,5). Sum of RGB (Red+Green+Blue) = 243+20+5=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F31405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31405 is #0CEBFA. Grayscale: #555555. Windows color (decimal): -846843 or 333043. OLE color: 333043.

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

Color convert

RGB 243 20 5 -
CMYK 0 0.92 0.98 0.05
HSL 3.78º 0.96% 0.49% -
HSV(B) 3.78º 0.98% 0.95% -
XYZ 37.24 19.57 1.96 -
YUV 84.97 82.88 240.72 -
System Red Green Blue C M Y K H S L
Decimal 243 20 5 0 0.92 0.98 0.05 3.78 0.96 0.49
Hex F3 14 5 0 5C 62 5 4 60 31
Octal 363 24 5 0 134 142 5 4 140 61
Binary 11110011 10100 101 0 1011100 1100010 101 100 1100000 110001

Color Harmonies of #F31405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31405

Black with #F31405

Text Example


Text Example

White with #F31405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31405; }

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

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

background-color css

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

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

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

border-color css

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

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

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