Html Css Color HEX #F92735 Alizarin

📋 copy color: '#F92735'

red 249 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #F92735

Tints of Alizarin #F92735

RGB

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

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

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

R = 73.02%
G = 11.44%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F92735 (or 0xF92735) is known color: Alizarin. HEX triplet: F9, 27 and 35. RGB value is (249,39,53). Sum of RGB (Red+Green+Blue) = 249+39+53=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F92735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92735 is #06D8CA. Grayscale: #676767. Windows color (decimal): -448715 or 3483641. OLE color: 3483641.

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

Color convert

RGB 249 39 53 -
CMYK 0 0.84 0.79 0.02
HSL 356º 0.95% 0.56% -
HSV(B) 356º 0.84% 0.98% -
XYZ 40.44 21.85 5.45 -
YUV 103.39 99.57 231.86 -
System Red Green Blue C M Y K H S L
Decimal 249 39 53 0 0.84 0.79 0.02 356 0.95 0.56
Hex F9 27 35 0 54 4F 2 164 5F 38
Octal 371 47 65 0 124 117 2 544 137 70
Binary 11111001 100111 110101 0 1010100 1001111 10 101100100 1011111 111000

Color Harmonies of #F92735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92735

Black with #F92735

Text Example


Text Example

White with #F92735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92735; }

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

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

background-color css

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

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

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

border-color css

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

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

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