Html Css Color HEX #F31E0C Scarlet

📋 copy color: '#F31E0C'

red 243 ◦ green 30 ◦ blue 12

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

Shades of Scarlet #F31E0C

Tints of Scarlet #F31E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.21%

R = 85.26%
G = 10.53%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F31E0C (or 0xF31E0C) is known color: Scarlet. HEX triplet: F3, 1E and 0C. RGB value is (243,30,12). Sum of RGB (Red+Green+Blue) = 243+30+12=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31E0C is #0CE1F3. Grayscale: #5B5B5B. Windows color (decimal): -844276 or 794355. OLE color: 794355.

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

Color convert

RGB 243 30 12 -
CMYK 0 0.88 0.95 0.05
HSL 4.68º 0.91% 0.5% -
HSV(B) 4.68º 0.95% 0.95% -
XYZ 37.49 20.01 2.23 -
YUV 91.64 83.07 235.96 -
System Red Green Blue C M Y K H S L
Decimal 243 30 12 0 0.88 0.95 0.05 4.68 0.91 0.5
Hex F3 1E C 0 58 5F 5 5 5B 32
Octal 363 36 14 0 130 137 5 5 133 62
Binary 11110011 11110 1100 0 1011000 1011111 101 101 1011011 110010

Color Harmonies of #F31E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31E0C

Black with #F31E0C

Text Example


Text Example

White with #F31E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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