Html Css Color HEX #F31C0A Scarlet

📋 copy color: '#F31C0A'

red 243 ◦ green 28 ◦ blue 10

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

Shades of Scarlet #F31C0A

Tints of Scarlet #F31C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.56%

R = 86.48%
G = 9.96%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F31C0A (or 0xF31C0A) is known color: Scarlet. HEX triplet: F3, 1C and 0A. RGB value is (243,28,10). Sum of RGB (Red+Green+Blue) = 243+28+10=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C0A is #0CE3F5. Grayscale: #5A5A5A. Windows color (decimal): -844790 or 662771. OLE color: 662771.

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

Color convert

RGB 243 28 10 -
CMYK 0 0.88 0.96 0.05
HSL 4.64º 0.92% 0.5% -
HSV(B) 4.64º 0.96% 0.95% -
XYZ 37.43 19.91 2.16 -
YUV 90.23 82.73 236.96 -
System Red Green Blue C M Y K H S L
Decimal 243 28 10 0 0.88 0.96 0.05 4.64 0.92 0.5
Hex F3 1C A 0 58 60 5 5 5C 32
Octal 363 34 12 0 130 140 5 5 134 62
Binary 11110011 11100 1010 0 1011000 1100000 101 101 1011100 110010

Color Harmonies of #F31C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C0A

Black with #F31C0A

Text Example


Text Example

White with #F31C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C0A; }

 p { color: rgb(243,28,10); }

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

background-color css

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

 a { background-color: rgb(243,28,10); }

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

border-color css

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

 span { border-color: rgb(243,28,10); }

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