Html Css Color HEX #F12419 Scarlet

📋 copy color: '#F12419'

red 241 ◦ green 36 ◦ blue 25

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

Shades of Scarlet #F12419

Tints of Scarlet #F12419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 25 (10.16% from 255) = 8.28%

R = 79.8%
G = 11.92%
B = 8.28%

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

#F12419 (or 0xF12419) is known color: Scarlet. HEX triplet: F1, 24 and 19. RGB value is (241,36,25). Sum of RGB (Red+Green+Blue) = 241+36+25=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F12419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12419 is #0EDBE6. Grayscale: #606060. Windows color (decimal): -973799 or 1647857. OLE color: 1647857.

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

Color convert

RGB 241 36 25 -
CMYK 0 0.85 0.90 0.05
HSL 3.06º 0.89% 0.52% -
HSV(B) 3.06º 0.9% 0.95% -
XYZ 37.08 20.03 2.83 -
YUV 96.04 87.92 231.39 -
System Red Green Blue C M Y K H S L
Decimal 241 36 25 0 0.85 0.90 0.05 3.06 0.89 0.52
Hex F1 24 19 0 55 5A 5 3 59 34
Octal 361 44 31 0 125 132 5 3 131 64
Binary 11110001 100100 11001 0 1010101 1011010 101 11 1011001 110100

Color Harmonies of #F12419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12419

Black with #F12419

Text Example


Text Example

White with #F12419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12419; }

 p { color: rgb(241,36,25); }

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

background-color css

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

 a { background-color: rgb(241,36,25); }

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

border-color css

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

 span { border-color: rgb(241,36,25); }

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