Html Css Color HEX #F12D1B Scarlet

📋 copy color: '#F12D1B'

red 241 ◦ green 45 ◦ blue 27

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

Shades of Scarlet #F12D1B

Tints of Scarlet #F12D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

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

R = 77%
G = 14.38%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F12D1B (or 0xF12D1B) is known color: Scarlet. HEX triplet: F1, 2D and 1B. RGB value is (241,45,27). Sum of RGB (Red+Green+Blue) = 241+45+27=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D1B is #0ED2E4. Grayscale: #656565. Windows color (decimal): -971493 or 1781233. OLE color: 1781233.

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

Color convert

RGB 241 45 27 -
CMYK 0 0.81 0.89 0.05
HSL 5.05º 0.88% 0.53% -
HSV(B) 5.05º 0.89% 0.95% -
XYZ 37.41 20.66 3.05 -
YUV 101.55 85.93 227.46 -
System Red Green Blue C M Y K H S L
Decimal 241 45 27 0 0.81 0.89 0.05 5.05 0.88 0.53
Hex F1 2D 1B 0 51 59 5 5 58 35
Octal 361 55 33 0 121 131 5 5 130 65
Binary 11110001 101101 11011 0 1010001 1011001 101 101 1011000 110101

Color Harmonies of #F12D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D1B

Black with #F12D1B

Text Example


Text Example

White with #F12D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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