Html Css Color HEX #F22915 Scarlet

📋 copy color: '#F22915'

red 242 ◦ green 41 ◦ blue 21

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

Shades of Scarlet #F22915

Tints of Scarlet #F22915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 79.61%
G = 13.49%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F22915 (or 0xF22915) is known color: Scarlet. HEX triplet: F2, 29 and 15. RGB value is (242,41,21). Sum of RGB (Red+Green+Blue) = 242+41+21=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F22915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22915 is #0DD6EA. Grayscale: #636363. Windows color (decimal): -906987 or 1386994. OLE color: 1386994.

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

Color convert

RGB 242 41 21 -
CMYK 0 0.83 0.91 0.05
HSL 5.43º 0.89% 0.52% -
HSV(B) 5.43º 0.91% 0.95% -
XYZ 37.55 20.52 2.69 -
YUV 98.82 84.09 230.13 -
System Red Green Blue C M Y K H S L
Decimal 242 41 21 0 0.83 0.91 0.05 5.43 0.89 0.52
Hex F2 29 15 0 53 5B 5 5 59 34
Octal 362 51 25 0 123 133 5 5 131 64
Binary 11110010 101001 10101 0 1010011 1011011 101 101 1011001 110100

Color Harmonies of #F22915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22915

Black with #F22915

Text Example


Text Example

White with #F22915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22915; }

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

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

background-color css

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

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

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

border-color css

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

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

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