Html Css Color HEX #F31D12 Scarlet

📋 copy color: '#F31D12'

red 243 ◦ green 29 ◦ blue 18

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

Shades of Scarlet #F31D12

Tints of Scarlet #F31D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10%

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 83.79%
G = 10%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F31D12 (or 0xF31D12) is known color: Scarlet. HEX triplet: F3, 1D and 12. RGB value is (243,29,18). Sum of RGB (Red+Green+Blue) = 243+29+18=290 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.79% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31D12 is #0CE2ED. Grayscale: #5B5B5B. Windows color (decimal): -844526 or 1187315. OLE color: 1187315.

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

Color convert

RGB 243 29 18 -
CMYK 0 0.88 0.93 0.05
HSL 2.93º 0.9% 0.51% -
HSV(B) 2.93º 0.93% 0.95% -
XYZ 37.51 19.98 2.45 -
YUV 91.73 86.4 235.89 -
System Red Green Blue C M Y K H S L
Decimal 243 29 18 0 0.88 0.93 0.05 2.93 0.9 0.51
Hex F3 1D 12 0 58 5D 5 3 5A 33
Octal 363 35 22 0 130 135 5 3 132 63
Binary 11110011 11101 10010 0 1011000 1011101 101 11 1011010 110011

Color Harmonies of #F31D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31D12

Black with #F31D12

Text Example


Text Example

White with #F31D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31D12; }

 p { color: rgb(243,29,18); }

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

background-color css

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

 a { background-color: rgb(243,29,18); }

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

border-color css

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

 span { border-color: rgb(243,29,18); }

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