Html Css Color HEX #F91D1C Scarlet

📋 copy color: '#F91D1C'

red 249 ◦ green 29 ◦ blue 28

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

Shades of Scarlet #F91D1C

Tints of Scarlet #F91D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.48%

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 81.37%
G = 9.48%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F91D1C (or 0xF91D1C) is known color: Scarlet. HEX triplet: F9, 1D and 1C. RGB value is (249,29,28). Sum of RGB (Red+Green+Blue) = 249+29+28=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D1C is #06E2E3. Grayscale: #5E5E5E. Windows color (decimal): -451300 or 1842681. OLE color: 1842681.

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

Color convert

RGB 249 29 28 -
CMYK 0 0.88 0.89 0.02
HSL 0.27º 0.95% 0.54% -
HSV(B) 0.27º 0.89% 0.98% -
XYZ 39.72 21.1 3.08 -
YUV 94.67 90.39 238.08 -
System Red Green Blue C M Y K H S L
Decimal 249 29 28 0 0.88 0.89 0.02 0.27 0.95 0.54
Hex F9 1D 1C 0 58 59 2 0 5F 36
Octal 371 35 34 0 130 131 2 0 137 66
Binary 11111001 11101 11100 0 1011000 1011001 10 0 1011111 110110

Color Harmonies of #F91D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D1C

Black with #F91D1C

Text Example


Text Example

White with #F91D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D1C; }

 p { color: rgb(249,29,28); }

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

background-color css

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

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

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

border-color css

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

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

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