Html Css Color HEX #F2363D Alizarin

📋 copy color: '#F2363D'

red 242 ◦ green 54 ◦ blue 61

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

Shades of Alizarin #F2363D

Tints of Alizarin #F2363D

RGB

 RED value IS 242 (94.92% from 255) = 67.79%

 GREEN value IS 54 (21.48% from 255) = 15.13%

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

R = 67.79%
G = 15.13%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2363D (or 0xF2363D) is known color: Alizarin. HEX triplet: F2, 36 and 3D. RGB value is (242,54,61). Sum of RGB (Red+Green+Blue) = 242+54+61=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2363D is #0DC9C2. Grayscale: #6F6F6F. Windows color (decimal): -903619 or 4011762. OLE color: 4011762.

HSL color Cylindrical-coordinate representation of color #F2363D: hue angle of 357.77º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2363D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 54 61 -
CMYK 0 0.78 0.75 0.05
HSL 357.77º 0.88% 0.58% -
HSV(B) 357.77º 0.78% 0.95% -
XYZ 38.78 21.85 6.59 -
YUV 111.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 242 54 61 0 0.78 0.75 0.05 357.77 0.88 0.58
Hex F2 36 3D 0 4E 4B 5 166 58 3A
Octal 362 66 75 0 116 113 5 546 130 72
Binary 11110010 110110 111101 0 1001110 1001011 101 101100110 1011000 111010

Color Harmonies of #F2363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2363D

Black with #F2363D

Text Example


Text Example

White with #F2363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2363D; }

 p { color: rgb(242,54,61); }

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

background-color css

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

 a { background-color: rgb(242,54,61); }

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

border-color css

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

 span { border-color: rgb(242,54,61); }

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