Html Css Color HEX #F92635 Alizarin

📋 copy color: '#F92635'

red 249 ◦ green 38 ◦ blue 53

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

Shades of Alizarin #F92635

Tints of Alizarin #F92635

RGB

 RED value IS 249 (97.66% from 255) = 73.24%

 GREEN value IS 38 (15.23% from 255) = 11.18%

 BLUE value IS 53 (21.09% from 255) = 15.59%

R = 73.24%
G = 11.18%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F92635 (or 0xF92635) is known color: Alizarin. HEX triplet: F9, 26 and 35. RGB value is (249,38,53). Sum of RGB (Red+Green+Blue) = 249+38+53=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F92635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92635 is #06D9CA. Grayscale: #666666. Windows color (decimal): -448971 or 3483385. OLE color: 3483385.

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

Color convert

RGB 249 38 53 -
CMYK 0 0.85 0.79 0.02
HSL 355.73º 0.95% 0.56% -
HSV(B) 355.73º 0.85% 0.98% -
XYZ 40.4 21.78 5.44 -
YUV 102.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 249 38 53 0 0.85 0.79 0.02 355.73 0.95 0.56
Hex F9 26 35 0 55 4F 2 164 5F 38
Octal 371 46 65 0 125 117 2 544 137 70
Binary 11111001 100110 110101 0 1010101 1001111 10 101100100 1011111 111000

Color Harmonies of #F92635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92635

Black with #F92635

Text Example


Text Example

White with #F92635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92635; }

 p { color: rgb(249,38,53); }

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

background-color css

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

 a { background-color: rgb(249,38,53); }

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

border-color css

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

 span { border-color: rgb(249,38,53); }

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