Html Css Color HEX #F91A1A Scarlet

📋 copy color: '#F91A1A'

red 249 ◦ green 26 ◦ blue 26

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

Shades of Scarlet #F91A1A

Tints of Scarlet #F91A1A

RGB

 RED value IS 249 (97.66% from 255) = 82.72%

 GREEN value IS 26 (10.55% from 255) = 8.64%

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

R = 82.72%
G = 8.64%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F91A1A (or 0xF91A1A) is known color: Scarlet. HEX triplet: F9, 1A and 1A. RGB value is (249,26,26). Sum of RGB (Red+Green+Blue) = 249+26+26=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A1A is #06E5E5. Grayscale: #5C5C5C. Windows color (decimal): -452070 or 1710841. OLE color: 1710841.

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

Color convert

RGB 249 26 26 -
CMYK 0 0.90 0.90 0.02
HSL 0.95% 0.54% -
HSV(B) 0.9% 0.98% -
XYZ 39.62 20.95 2.93 -
YUV 92.68 90.38 239.5 -
System Red Green Blue C M Y K H S L
Decimal 249 26 26 0 0.90 0.90 0.02 0 0.95 0.54
Hex F9 1A 1A 0 5A 5A 2 0 5F 36
Octal 371 32 32 0 132 132 2 0 137 66
Binary 11111001 11010 11010 0 1011010 1011010 10 0 1011111 110110

Color Harmonies of #F91A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A1A

Black with #F91A1A

Text Example


Text Example

White with #F91A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A1A; }

 p { color: rgb(249,26,26); }

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

background-color css

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

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

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

border-color css

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

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

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