Html Css Color HEX #F2291D Scarlet

📋 copy color: '#F2291D'

red 242 ◦ green 41 ◦ blue 29

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

Shades of Scarlet #F2291D

Tints of Scarlet #F2291D

RGB

 RED value IS 242 (94.92% from 255) = 77.56%

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 77.56%
G = 13.14%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2291D (or 0xF2291D) is known color: Scarlet. HEX triplet: F2, 29 and 1D. RGB value is (242,41,29). Sum of RGB (Red+Green+Blue) = 242+41+29=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F2291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2291D is #0DD6E2. Grayscale: #636363. Windows color (decimal): -906979 or 1911282. OLE color: 1911282.

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

Color convert

RGB 242 41 29 -
CMYK 0 0.83 0.88 0.05
HSL 3.38º 0.89% 0.53% -
HSV(B) 3.38º 0.88% 0.95% -
XYZ 37.63 20.55 3.15 -
YUV 99.73 88.09 229.48 -
System Red Green Blue C M Y K H S L
Decimal 242 41 29 0 0.83 0.88 0.05 3.38 0.89 0.53
Hex F2 29 1D 0 53 58 5 3 59 35
Octal 362 51 35 0 123 130 5 3 131 65
Binary 11110010 101001 11101 0 1010011 1011000 101 11 1011001 110101

Color Harmonies of #F2291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2291D

Black with #F2291D

Text Example


Text Example

White with #F2291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2291D; }

 p { color: rgb(242,41,29); }

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

background-color css

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

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

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

border-color css

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

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

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