Html Css Color HEX #F12A1A Scarlet

📋 copy color: '#F12A1A'

red 241 ◦ green 42 ◦ blue 26

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

Shades of Scarlet #F12A1A

Tints of Scarlet #F12A1A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

 BLUE value IS 26 (10.55% from 255) = 8.41%

R = 77.99%
G = 13.59%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F12A1A (or 0xF12A1A) is known color: Scarlet. HEX triplet: F1, 2A and 1A. RGB value is (241,42,26). Sum of RGB (Red+Green+Blue) = 241+42+26=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12A1A is #0ED5E5. Grayscale: #636363. Windows color (decimal): -972262 or 1714929. OLE color: 1714929.

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

Color convert

RGB 241 42 26 -
CMYK 0 0.83 0.89 0.05
HSL 4.47º 0.88% 0.52% -
HSV(B) 4.47º 0.89% 0.95% -
XYZ 37.29 20.43 2.96 -
YUV 99.68 86.43 228.8 -
System Red Green Blue C M Y K H S L
Decimal 241 42 26 0 0.83 0.89 0.05 4.47 0.88 0.52
Hex F1 2A 1A 0 53 59 5 4 58 34
Octal 361 52 32 0 123 131 5 4 130 64
Binary 11110001 101010 11010 0 1010011 1011001 101 100 1011000 110100

Color Harmonies of #F12A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A1A

Black with #F12A1A

Text Example


Text Example

White with #F12A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A1A; }

 p { color: rgb(241,42,26); }

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

background-color css

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

 a { background-color: rgb(241,42,26); }

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

border-color css

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

 span { border-color: rgb(241,42,26); }

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