Html Css Color HEX #F91D1D Scarlet

📋 copy color: '#F91D1D'

red 249 ◦ green 29 ◦ blue 29

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

Shades of Scarlet #F91D1D

Tints of Scarlet #F91D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 81.11%
G = 9.45%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F91D1D (or 0xF91D1D) is known color: Scarlet. HEX triplet: F9, 1D and 1D. RGB value is (249,29,29). Sum of RGB (Red+Green+Blue) = 249+29+29=307 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.11% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D1D is #06E2E2. Grayscale: #5F5F5F. Windows color (decimal): -451299 or 1908217. OLE color: 1908217.

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

Color convert

RGB 249 29 29 -
CMYK 0 0.88 0.88 0.02
HSL 0.95% 0.55% -
HSV(B) 0.88% 0.98% -
XYZ 39.73 21.11 3.14 -
YUV 94.78 90.89 238 -
System Red Green Blue C M Y K H S L
Decimal 249 29 29 0 0.88 0.88 0.02 0 0.95 0.55
Hex F9 1D 1D 0 58 58 2 0 5F 37
Octal 371 35 35 0 130 130 2 0 137 67
Binary 11111001 11101 11101 0 1011000 1011000 10 0 1011111 110111

Color Harmonies of #F91D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D1D

Black with #F91D1D

Text Example


Text Example

White with #F91D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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