Html Css Color HEX #F93A3E Alizarin

📋 copy color: '#F93A3E'

red 249 ◦ green 58 ◦ blue 62

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

Shades of Alizarin #F93A3E

Tints of Alizarin #F93A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.72%

 BLUE value IS 62 (24.61% from 255) = 16.8%

R = 67.48%
G = 15.72%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F93A3E (or 0xF93A3E) is known color: Alizarin. HEX triplet: F9, 3A and 3E. RGB value is (249,58,62). Sum of RGB (Red+Green+Blue) = 249+58+62=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93A3E is #06C5C1. Grayscale: #737373. Windows color (decimal): -443842 or 4078329. OLE color: 4078329.

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

Color convert

RGB 249 58 62 -
CMYK 0 0.77 0.75 0.02
HSL 358.74º 0.94% 0.6% -
HSV(B) 358.74º 0.77% 0.98% -
XYZ 41.45 23.51 6.91 -
YUV 115.57 97.78 223.17 -
System Red Green Blue C M Y K H S L
Decimal 249 58 62 0 0.77 0.75 0.02 358.74 0.94 0.6
Hex F9 3A 3E 0 4D 4B 2 167 5E 3C
Octal 371 72 76 0 115 113 2 547 136 74
Binary 11111001 111010 111110 0 1001101 1001011 10 101100111 1011110 111100

Color Harmonies of #F93A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A3E

Black with #F93A3E

Text Example


Text Example

White with #F93A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A3E; }

 p { color: rgb(249,58,62); }

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

background-color css

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

 a { background-color: rgb(249,58,62); }

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

border-color css

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

 span { border-color: rgb(249,58,62); }

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