Html Css Color HEX #F12517 Scarlet

📋 copy color: '#F12517'

red 241 ◦ green 37 ◦ blue 23

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

Shades of Scarlet #F12517

Tints of Scarlet #F12517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 80.07%
G = 12.29%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12517 (or 0xF12517) is known color: Scarlet. HEX triplet: F1, 25 and 17. RGB value is (241,37,23). Sum of RGB (Red+Green+Blue) = 241+37+23=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F12517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12517 is #0EDAE8. Grayscale: #606060. Windows color (decimal): -973545 or 1517041. OLE color: 1517041.

HSL color Cylindrical-coordinate representation of color #F12517: hue angle of 3.85º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F12517 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 37 23 -
CMYK 0 0.85 0.90 0.05
HSL 3.85º 0.89% 0.52% -
HSV(B) 3.85º 0.9% 0.95% -
XYZ 37.09 20.09 2.73 -
YUV 96.4 86.59 231.14 -
System Red Green Blue C M Y K H S L
Decimal 241 37 23 0 0.85 0.90 0.05 3.85 0.89 0.52
Hex F1 25 17 0 55 5A 5 4 59 34
Octal 361 45 27 0 125 132 5 4 131 64
Binary 11110001 100101 10111 0 1010101 1011010 101 100 1011001 110100

Color Harmonies of #F12517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12517

Black with #F12517

Text Example


Text Example

White with #F12517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12517; }

 p { color: rgb(241,37,23); }

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

background-color css

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

 a { background-color: rgb(241,37,23); }

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

border-color css

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

 span { border-color: rgb(241,37,23); }

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