Html Css Color HEX #F2241C Scarlet

📋 copy color: '#F2241C'

red 242 ◦ green 36 ◦ blue 28

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

Shades of Scarlet #F2241C

Tints of Scarlet #F2241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

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

R = 79.08%
G = 11.76%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2241C (or 0xF2241C) is known color: Scarlet. HEX triplet: F2, 24 and 1C. RGB value is (242,36,28). Sum of RGB (Red+Green+Blue) = 242+36+28=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F2241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2241C is #0DDBE3. Grayscale: #606060. Windows color (decimal): -908260 or 1844466. OLE color: 1844466.

HSL color Cylindrical-coordinate representation of color #F2241C: hue angle of 2.24º 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 #F2241C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 36 28 -
CMYK 0 0.85 0.88 0.05
HSL 2.24º 0.89% 0.53% -
HSV(B) 2.24º 0.88% 0.95% -
XYZ 37.46 20.22 3.03 -
YUV 96.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 242 36 28 0 0.85 0.88 0.05 2.24 0.89 0.53
Hex F2 24 1C 0 55 58 5 2 59 35
Octal 362 44 34 0 125 130 5 2 131 65
Binary 11110010 100100 11100 0 1010101 1011000 101 10 1011001 110101

Color Harmonies of #F2241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2241C

Black with #F2241C

Text Example


Text Example

White with #F2241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2241C; }

 p { color: rgb(242,36,28); }

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

background-color css

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

 a { background-color: rgb(242,36,28); }

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

border-color css

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

 span { border-color: rgb(242,36,28); }

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