Html Css Color HEX #F22514 Scarlet

📋 copy color: '#F22514'

red 242 ◦ green 37 ◦ blue 20

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

Shades of Scarlet #F22514

Tints of Scarlet #F22514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 80.94%
G = 12.37%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F22514 (or 0xF22514) is known color: Scarlet. HEX triplet: F2, 25 and 14. RGB value is (242,37,20). Sum of RGB (Red+Green+Blue) = 242+37+20=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F22514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22514 is #0DDAEB. Grayscale: #606060. Windows color (decimal): -908012 or 1320434. OLE color: 1320434.

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

Color convert

RGB 242 37 20 -
CMYK 0 0.85 0.92 0.05
HSL 4.59º 0.9% 0.51% -
HSV(B) 4.59º 0.92% 0.95% -
XYZ 37.41 20.25 2.6 -
YUV 96.36 84.92 231.88 -
System Red Green Blue C M Y K H S L
Decimal 242 37 20 0 0.85 0.92 0.05 4.59 0.9 0.51
Hex F2 25 14 0 55 5C 5 5 5A 33
Octal 362 45 24 0 125 134 5 5 132 63
Binary 11110010 100101 10100 0 1010101 1011100 101 101 1011010 110011

Color Harmonies of #F22514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22514

Black with #F22514

Text Example


Text Example

White with #F22514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22514; }

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

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

background-color css

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

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

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

border-color css

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

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

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