Html Css Color HEX #F31C0D Scarlet

📋 copy color: '#F31C0D'

red 243 ◦ green 28 ◦ blue 13

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

Shades of Scarlet #F31C0D

Tints of Scarlet #F31C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 85.56%
G = 9.86%
B = 4.58%

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

#F31C0D (or 0xF31C0D) is known color: Scarlet. HEX triplet: F3, 1C and 0D. RGB value is (243,28,13). Sum of RGB (Red+Green+Blue) = 243+28+13=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C0D is #0CE3F2. Grayscale: #5A5A5A. Windows color (decimal): -844787 or 859379. OLE color: 859379.

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

Color convert

RGB 243 28 13 -
CMYK 0 0.88 0.95 0.05
HSL 3.91º 0.91% 0.5% -
HSV(B) 3.91º 0.95% 0.95% -
XYZ 37.45 19.91 2.25 -
YUV 90.58 84.23 236.72 -
System Red Green Blue C M Y K H S L
Decimal 243 28 13 0 0.88 0.95 0.05 3.91 0.91 0.5
Hex F3 1C D 0 58 5F 5 4 5B 32
Octal 363 34 15 0 130 137 5 4 133 62
Binary 11110011 11100 1101 0 1011000 1011111 101 100 1011011 110010

Color Harmonies of #F31C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C0D

Black with #F31C0D

Text Example


Text Example

White with #F31C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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