Html Css Color HEX #F31800 Scarlet

📋 copy color: '#F31800'

red 243 ◦ green 24 ◦ blue 0

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

Shades of Scarlet #F31800

Tints of Scarlet #F31800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.01%
G = 8.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F31800 (or 0xF31800) is known color: Scarlet. HEX triplet: F3, 18 and 00. RGB value is (243,24,0). Sum of RGB (Red+Green+Blue) = 243+24+0=267 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.01% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 243 - color contains mainly: red. Hex color #F31800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31800 is #0CE7FF. Grayscale: #575757. Windows color (decimal): -845824 or 6387. OLE color: 6387.

HSL color Cylindrical-coordinate representation of color #F31800: hue angle of 5.93º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F31800 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 24 0 -
CMYK 0 0.90 1 0.05
HSL 5.93º 1% 0.48% -
HSV(B) 5.93º 1% 0.95% -
XYZ 37.29 19.71 1.84 -
YUV 86.75 79.05 239.45 -
System Red Green Blue C M Y K H S L
Decimal 243 24 0 0 0.90 1 0.05 5.93 1 0.48
Hex F3 18 0 0 5A 64 5 6 64 30
Octal 363 30 0 0 132 144 5 6 144 60
Binary 11110011 11000 0 0 1011010 1100100 101 110 1100100 110000

Color Harmonies of #F31800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31800

Black with #F31800

Text Example


Text Example

White with #F31800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31800; }

 p { color: rgb(243,24,0); }

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

background-color css

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

 a { background-color: rgb(243,24,0); }

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

border-color css

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

 span { border-color: rgb(243,24,0); }

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