Html Css Color HEX #F22719 Scarlet

📋 copy color: '#F22719'

red 242 ◦ green 39 ◦ blue 25

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

Shades of Scarlet #F22719

Tints of Scarlet #F22719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 25 (10.16% from 255) = 8.17%

R = 79.08%
G = 12.75%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22719 (or 0xF22719) is known color: Scarlet. HEX triplet: F2, 27 and 19. RGB value is (242,39,25). Sum of RGB (Red+Green+Blue) = 242+39+25=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F22719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22719 is #0DD8E6. Grayscale: #626262. Windows color (decimal): -907495 or 1648626. OLE color: 1648626.

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

Color convert

RGB 242 39 25 -
CMYK 0 0.84 0.90 0.05
HSL 3.87º 0.89% 0.52% -
HSV(B) 3.87º 0.9% 0.95% -
XYZ 37.52 20.4 2.88 -
YUV 98.1 86.75 230.64 -
System Red Green Blue C M Y K H S L
Decimal 242 39 25 0 0.84 0.90 0.05 3.87 0.89 0.52
Hex F2 27 19 0 54 5A 5 4 59 34
Octal 362 47 31 0 124 132 5 4 131 64
Binary 11110010 100111 11001 0 1010100 1011010 101 100 1011001 110100

Color Harmonies of #F22719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22719

Black with #F22719

Text Example


Text Example

White with #F22719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22719; }

 p { color: rgb(242,39,25); }

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

background-color css

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

 a { background-color: rgb(242,39,25); }

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

border-color css

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

 span { border-color: rgb(242,39,25); }

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