Html Css Color HEX #F2333D Alizarin

📋 copy color: '#F2333D'

red 242 ◦ green 51 ◦ blue 61

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

Shades of Alizarin #F2333D

Tints of Alizarin #F2333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

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

R = 68.36%
G = 14.41%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2333D (or 0xF2333D) is known color: Alizarin. HEX triplet: F2, 33 and 3D. RGB value is (242,51,61). Sum of RGB (Red+Green+Blue) = 242+51+61=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2333D is #0DCCC2. Grayscale: #6D6D6D. Windows color (decimal): -904387 or 4010994. OLE color: 4010994.

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

Color convert

RGB 242 51 61 -
CMYK 0 0.79 0.75 0.05
HSL 356.86º 0.88% 0.57% -
HSV(B) 356.86º 0.79% 0.95% -
XYZ 38.64 21.58 6.54 -
YUV 109.25 100.78 222.69 -
System Red Green Blue C M Y K H S L
Decimal 242 51 61 0 0.79 0.75 0.05 356.86 0.88 0.57
Hex F2 33 3D 0 4F 4B 5 165 58 39
Octal 362 63 75 0 117 113 5 545 130 71
Binary 11110010 110011 111101 0 1001111 1001011 101 101100101 1011000 111001

Color Harmonies of #F2333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2333D

Black with #F2333D

Text Example


Text Example

White with #F2333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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