Html Css Color HEX #F22914 Scarlet

📋 copy color: '#F22914'

red 242 ◦ green 41 ◦ blue 20

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

Shades of Scarlet #F22914

Tints of Scarlet #F22914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 79.87%
G = 13.53%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F22914 (or 0xF22914) is known color: Scarlet. HEX triplet: F2, 29 and 14. RGB value is (242,41,20). Sum of RGB (Red+Green+Blue) = 242+41+20=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F22914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22914 is #0DD6EB. Grayscale: #626262. Windows color (decimal): -906988 or 1321458. OLE color: 1321458.

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

Color convert

RGB 242 41 20 -
CMYK 0 0.83 0.92 0.05
HSL 5.68º 0.9% 0.51% -
HSV(B) 5.68º 0.92% 0.95% -
XYZ 37.54 20.51 2.64 -
YUV 98.71 83.59 230.21 -
System Red Green Blue C M Y K H S L
Decimal 242 41 20 0 0.83 0.92 0.05 5.68 0.9 0.51
Hex F2 29 14 0 53 5C 5 6 5A 33
Octal 362 51 24 0 123 134 5 6 132 63
Binary 11110010 101001 10100 0 1010011 1011100 101 110 1011010 110011

Color Harmonies of #F22914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22914

Black with #F22914

Text Example


Text Example

White with #F22914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22914; }

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

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

background-color css

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

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

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

border-color css

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

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

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