Html Css Color HEX #F22735 Alizarin

📋 copy color: '#F22735'

red 242 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #F22735

Tints of Alizarin #F22735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.87%

R = 72.46%
G = 11.68%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F22735 (or 0xF22735) is known color: Alizarin. HEX triplet: F2, 27 and 35. RGB value is (242,39,53). Sum of RGB (Red+Green+Blue) = 242+39+53=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F22735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22735 is #0DD8CA. Grayscale: #656565. Windows color (decimal): -907467 or 3483634. OLE color: 3483634.

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

Color convert

RGB 242 39 53 -
CMYK 0 0.84 0.78 0.05
HSL 355.86º 0.89% 0.55% -
HSV(B) 355.86º 0.84% 0.95% -
XYZ 37.99 20.59 5.34 -
YUV 101.29 100.75 228.36 -
System Red Green Blue C M Y K H S L
Decimal 242 39 53 0 0.84 0.78 0.05 355.86 0.89 0.55
Hex F2 27 35 0 54 4E 5 164 59 37
Octal 362 47 65 0 124 116 5 544 131 67
Binary 11110010 100111 110101 0 1010100 1001110 101 101100100 1011001 110111

Color Harmonies of #F22735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22735

Black with #F22735

Text Example


Text Example

White with #F22735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22735; }

 p { color: rgb(242,39,53); }

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

background-color css

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

 a { background-color: rgb(242,39,53); }

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

border-color css

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

 span { border-color: rgb(242,39,53); }

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