Html Css Color HEX #F31E04 Scarlet

📋 copy color: '#F31E04'

red 243 ◦ green 30 ◦ blue 4

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

Shades of Scarlet #F31E04

Tints of Scarlet #F31E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.83%

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 87.73%
G = 10.83%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F31E04 (or 0xF31E04) is known color: Scarlet. HEX triplet: F3, 1E and 04. RGB value is (243,30,4). Sum of RGB (Red+Green+Blue) = 243+30+4=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31E04 is #0CE1FB. Grayscale: #5B5B5B. Windows color (decimal): -844284 or 270067. OLE color: 270067.

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

Color convert

RGB 243 30 4 -
CMYK 0 0.88 0.98 0.05
HSL 6.53º 0.97% 0.48% -
HSV(B) 6.53º 0.98% 0.95% -
XYZ 37.45 19.99 2 -
YUV 90.72 79.07 236.61 -
System Red Green Blue C M Y K H S L
Decimal 243 30 4 0 0.88 0.98 0.05 6.53 0.97 0.48
Hex F3 1E 4 0 58 62 5 7 61 30
Octal 363 36 4 0 130 142 5 7 141 60
Binary 11110011 11110 100 0 1011000 1100010 101 111 1100001 110000

Color Harmonies of #F31E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31E04

Black with #F31E04

Text Example


Text Example

White with #F31E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31E04; }

 p { color: rgb(243,30,4); }

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

background-color css

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

 a { background-color: rgb(243,30,4); }

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

border-color css

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

 span { border-color: rgb(243,30,4); }

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