Html Css Color HEX #F22814 Scarlet

📋 copy color: '#F22814'

red 242 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #F22814

Tints of Scarlet #F22814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

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

R = 80.13%
G = 13.25%
B = 6.62%

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

#F22814 (or 0xF22814) is known color: Scarlet. HEX triplet: F2, 28 and 14. RGB value is (242,40,20). Sum of RGB (Red+Green+Blue) = 242+40+20=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F22814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22814 is #0DD7EB. Grayscale: #626262. Windows color (decimal): -907244 or 1321202. OLE color: 1321202.

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

Color convert

RGB 242 40 20 -
CMYK 0 0.83 0.92 0.05
HSL 5.41º 0.9% 0.51% -
HSV(B) 5.41º 0.92% 0.95% -
XYZ 37.5 20.45 2.63 -
YUV 98.12 83.92 230.63 -
System Red Green Blue C M Y K H S L
Decimal 242 40 20 0 0.83 0.92 0.05 5.41 0.9 0.51
Hex F2 28 14 0 53 5C 5 5 5A 33
Octal 362 50 24 0 123 134 5 5 132 63
Binary 11110010 101000 10100 0 1010011 1011100 101 101 1011010 110011

Color Harmonies of #F22814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22814

Black with #F22814

Text Example


Text Example

White with #F22814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22814; }

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

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

background-color css

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

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

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

border-color css

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

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

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