Html Css Color HEX #F93C3D Alizarin

📋 copy color: '#F93C3D'

red 249 ◦ green 60 ◦ blue 61

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

Shades of Alizarin #F93C3D

Tints of Alizarin #F93C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.22%

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

R = 67.3%
G = 16.22%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F93C3D (or 0xF93C3D) is known color: Alizarin. HEX triplet: F9, 3C and 3D. RGB value is (249,60,61). Sum of RGB (Red+Green+Blue) = 249+60+61=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93C3D is #06C3C2. Grayscale: #747474. Windows color (decimal): -443331 or 4013305. OLE color: 4013305.

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

Color convert

RGB 249 60 61 -
CMYK 0 0.76 0.76 0.02
HSL 359.68º 0.94% 0.61% -
HSV(B) 359.68º 0.76% 0.98% -
XYZ 41.53 23.71 6.8 -
YUV 116.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 249 60 61 0 0.76 0.76 0.02 359.68 0.94 0.61
Hex F9 3C 3D 0 4C 4C 2 168 5E 3D
Octal 371 74 75 0 114 114 2 550 136 75
Binary 11111001 111100 111101 0 1001100 1001100 10 101101000 1011110 111101

Color Harmonies of #F93C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93C3D

Black with #F93C3D

Text Example


Text Example

White with #F93C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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