Html Css Color HEX #F23D3E Alizarin

📋 copy color: '#F23D3E'

red 242 ◦ green 61 ◦ blue 62

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

Shades of Alizarin #F23D3E

Tints of Alizarin #F23D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 66.3%
G = 16.71%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F23D3E (or 0xF23D3E) is known color: Alizarin. HEX triplet: F2, 3D and 3E. RGB value is (242,61,62). Sum of RGB (Red+Green+Blue) = 242+61+62=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D3E is #0DC2C1. Grayscale: #737373. Windows color (decimal): -901826 or 4079090. OLE color: 4079090.

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

Color convert

RGB 242 61 62 -
CMYK 0 0.75 0.74 0.05
HSL 359.67º 0.87% 0.59% -
HSV(B) 359.67º 0.75% 0.95% -
XYZ 39.16 22.56 6.85 -
YUV 115.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 242 61 62 0 0.75 0.74 0.05 359.67 0.87 0.59
Hex F2 3D 3E 0 4B 4A 5 168 57 3B
Octal 362 75 76 0 113 112 5 550 127 73
Binary 11110010 111101 111110 0 1001011 1001010 101 101101000 1010111 111011

Color Harmonies of #F23D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23D3E

Black with #F23D3E

Text Example


Text Example

White with #F23D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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