Html Css Color HEX #EF283F Alizarin

📋 copy color: '#EF283F'

red 239 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #EF283F

Tints of Alizarin #EF283F

RGB

 RED value IS 239 (93.75% from 255) = 69.88%

 GREEN value IS 40 (16.02% from 255) = 11.7%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 69.88%
G = 11.7%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF283F (or 0xEF283F) is known color: Alizarin. HEX triplet: EF, 28 and 3F. RGB value is (239,40,63). Sum of RGB (Red+Green+Blue) = 239+40+63=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF283F is #10D7C0. Grayscale: #666666. Windows color (decimal): -1103809 or 4139247. OLE color: 4139247.

HSL color Cylindrical-coordinate representation of color #EF283F: hue angle of 353.07º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF283F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 40 63 -
CMYK 0 0.83 0.74 0.06
HSL 353.07º 0.86% 0.55% -
HSV(B) 353.07º 0.83% 0.94% -
XYZ 37.25 20.23 6.64 -
YUV 102.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 239 40 63 0 0.83 0.74 0.06 353.07 0.86 0.55
Hex EF 28 3F 0 53 4A 6 161 56 37
Octal 357 50 77 0 123 112 6 541 126 67
Binary 11101111 101000 111111 0 1010011 1001010 110 101100001 1010110 110111

Color Harmonies of #EF283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF283F

Black with #EF283F

Text Example


Text Example

White with #EF283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF283F; }

 p { color: rgb(239,40,63); }

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

background-color css

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

 a { background-color: rgb(239,40,63); }

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

border-color css

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

 span { border-color: rgb(239,40,63); }

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