Html Css Color HEX #F12C1B Scarlet

📋 copy color: '#F12C1B'

red 241 ◦ green 44 ◦ blue 27

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

Shades of Scarlet #F12C1B

Tints of Scarlet #F12C1B

RGB

 RED value IS 241 (94.53% from 255) = 77.24%

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 77.24%
G = 14.1%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F12C1B (or 0xF12C1B) is known color: Scarlet. HEX triplet: F1, 2C and 1B. RGB value is (241,44,27). Sum of RGB (Red+Green+Blue) = 241+44+27=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C1B is #0ED3E4. Grayscale: #656565. Windows color (decimal): -971749 or 1780977. OLE color: 1780977.

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

Color convert

RGB 241 44 27 -
CMYK 0 0.82 0.89 0.05
HSL 4.77º 0.88% 0.53% -
HSV(B) 4.77º 0.89% 0.95% -
XYZ 37.37 20.58 3.04 -
YUV 100.97 86.27 227.88 -
System Red Green Blue C M Y K H S L
Decimal 241 44 27 0 0.82 0.89 0.05 4.77 0.88 0.53
Hex F1 2C 1B 0 52 59 5 5 58 35
Octal 361 54 33 0 122 131 5 5 130 65
Binary 11110001 101100 11011 0 1010010 1011001 101 101 1011000 110101

Color Harmonies of #F12C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C1B

Black with #F12C1B

Text Example


Text Example

White with #F12C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C1B; }

 p { color: rgb(241,44,27); }

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

background-color css

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

 a { background-color: rgb(241,44,27); }

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

border-color css

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

 span { border-color: rgb(241,44,27); }

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