Html Css Color HEX #EF0F48 Crimson

📋 copy color: '#EF0F48'

red 239 ◦ green 15 ◦ blue 72

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

Shades of Crimson #EF0F48

Tints of Crimson #EF0F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.6%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 73.31%
G = 4.6%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF0F48 (or 0xEF0F48) is known color: Crimson. HEX triplet: EF, 0F and 48. RGB value is (239,15,72). Sum of RGB (Red+Green+Blue) = 239+15+72=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0F48 is #10F0B7. Grayscale: #585858. Windows color (decimal): -1110200 or 4722671. OLE color: 4722671.

HSL color Cylindrical-coordinate representation of color #EF0F48: hue angle of 344.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F48 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 15 72 -
CMYK 0 0.94 0.70 0.06
HSL 344.73º 0.88% 0.5% -
HSV(B) 344.73º 0.94% 0.94% -
XYZ 36.94 19.16 7.88 -
YUV 88.47 118.71 235.37 -
System Red Green Blue C M Y K H S L
Decimal 239 15 72 0 0.94 0.70 0.06 344.73 0.88 0.5
Hex EF F 48 0 5E 46 6 159 58 32
Octal 357 17 110 0 136 106 6 531 130 62
Binary 11101111 1111 1001000 0 1011110 1000110 110 101011001 1011000 110010

Color Harmonies of #EF0F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F48

Black with #EF0F48

Text Example


Text Example

White with #EF0F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F48; }

 p { color: rgb(239,15,72); }

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

background-color css

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

 a { background-color: rgb(239,15,72); }

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

border-color css

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

 span { border-color: rgb(239,15,72); }

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