Html Css Color HEX #F92C3D Alizarin

📋 copy color: '#F92C3D'

red 249 ◦ green 44 ◦ blue 61

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

Shades of Alizarin #F92C3D

Tints of Alizarin #F92C3D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 70.34%
G = 12.43%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F92C3D (or 0xF92C3D) is known color: Alizarin. HEX triplet: F9, 2C and 3D. RGB value is (249,44,61). Sum of RGB (Red+Green+Blue) = 249+44+61=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92C3D is #06D3C2. Grayscale: #6B6B6B. Windows color (decimal): -447427 or 4009209. OLE color: 4009209.

HSL color Cylindrical-coordinate representation of color #F92C3D: hue angle of 355.02º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92C3D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 44 61 -
CMYK 0 0.82 0.76 0.02
HSL 355.02º 0.94% 0.57% -
HSV(B) 355.02º 0.82% 0.98% -
XYZ 40.81 22.28 6.56 -
YUV 107.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 249 44 61 0 0.82 0.76 0.02 355.02 0.94 0.57
Hex F9 2C 3D 0 52 4C 2 163 5E 39
Octal 371 54 75 0 122 114 2 543 136 71
Binary 11111001 101100 111101 0 1010010 1001100 10 101100011 1011110 111001

Color Harmonies of #F92C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C3D

Black with #F92C3D

Text Example


Text Example

White with #F92C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C3D; }

 p { color: rgb(249,44,61); }

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

background-color css

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

 a { background-color: rgb(249,44,61); }

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

border-color css

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

 span { border-color: rgb(249,44,61); }

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