Html Css Color HEX #F22504 Scarlet

📋 copy color: '#F22504'

red 242 ◦ green 37 ◦ blue 4

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

Shades of Scarlet #F22504

Tints of Scarlet #F22504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 85.51%
G = 13.07%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F22504 (or 0xF22504) is known color: Scarlet. HEX triplet: F2, 25 and 04. RGB value is (242,37,4). Sum of RGB (Red+Green+Blue) = 242+37+4=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F22504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22504 is #0DDAFB. Grayscale: #5E5E5E. Windows color (decimal): -908028 or 271858. OLE color: 271858.

HSL color Cylindrical-coordinate representation of color #F22504: hue angle of 8.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F22504 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 37 4 -
CMYK 0 0.85 0.98 0.05
HSL 8.32º 0.97% 0.48% -
HSV(B) 8.32º 0.98% 0.95% -
XYZ 37.3 20.21 2.05 -
YUV 94.53 76.92 233.18 -
System Red Green Blue C M Y K H S L
Decimal 242 37 4 0 0.85 0.98 0.05 8.32 0.97 0.48
Hex F2 25 4 0 55 62 5 8 61 30
Octal 362 45 4 0 125 142 5 10 141 60
Binary 11110010 100101 100 0 1010101 1100010 101 1000 1100001 110000

Color Harmonies of #F22504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22504

Black with #F22504

Text Example


Text Example

White with #F22504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22504; }

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

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

background-color css

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

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

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

border-color css

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

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

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