Html Css Color HEX #F9273D Alizarin

📋 copy color: '#F9273D'

red 249 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #F9273D

Tints of Alizarin #F9273D

RGB

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

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

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

R = 71.35%
G = 11.17%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9273D (or 0xF9273D) is known color: Alizarin. HEX triplet: F9, 27 and 3D. RGB value is (249,39,61). Sum of RGB (Red+Green+Blue) = 249+39+61=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9273D is #06D8C2. Grayscale: #686868. Windows color (decimal): -448707 or 4007929. OLE color: 4007929.

HSL color Cylindrical-coordinate representation of color #F9273D: hue angle of 353.71º 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 #F9273D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 39 61 -
CMYK 0 0.84 0.76 0.02
HSL 353.71º 0.95% 0.56% -
HSV(B) 353.71º 0.84% 0.98% -
XYZ 40.63 21.93 6.51 -
YUV 104.3 103.57 231.21 -
System Red Green Blue C M Y K H S L
Decimal 249 39 61 0 0.84 0.76 0.02 353.71 0.95 0.56
Hex F9 27 3D 0 54 4C 2 162 5F 38
Octal 371 47 75 0 124 114 2 542 137 70
Binary 11111001 100111 111101 0 1010100 1001100 10 101100010 1011111 111000

Color Harmonies of #F9273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9273D

Black with #F9273D

Text Example


Text Example

White with #F9273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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