Html Css Color HEX #F23638 Alizarin

📋 copy color: '#F23638'

red 242 ◦ green 54 ◦ blue 56

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

Shades of Alizarin #F23638

Tints of Alizarin #F23638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.91%

R = 68.75%
G = 15.34%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F23638 (or 0xF23638) is known color: Alizarin. HEX triplet: F2, 36 and 38. RGB value is (242,54,56). Sum of RGB (Red+Green+Blue) = 242+54+56=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F23638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23638 is #0DC9C7. Grayscale: #6E6E6E. Windows color (decimal): -903624 or 3684082. OLE color: 3684082.

HSL color Cylindrical-coordinate representation of color #F23638: hue angle of 359.36º 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 #F23638 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 54 56 -
CMYK 0 0.78 0.77 0.05
HSL 359.36º 0.88% 0.58% -
HSV(B) 359.36º 0.78% 0.95% -
XYZ 38.65 21.8 5.91 -
YUV 110.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 242 54 56 0 0.78 0.77 0.05 359.36 0.88 0.58
Hex F2 36 38 0 4E 4D 5 167 58 3A
Octal 362 66 70 0 116 115 5 547 130 72
Binary 11110010 110110 111000 0 1001110 1001101 101 101100111 1011000 111010

Color Harmonies of #F23638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23638

Black with #F23638

Text Example


Text Example

White with #F23638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23638; }

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

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

background-color css

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

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

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

border-color css

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

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

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