Html Css Color HEX #EF0C46 Crimson

📋 copy color: '#EF0C46'

red 239 ◦ green 12 ◦ blue 70

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

Shades of Crimson #EF0C46

Tints of Crimson #EF0C46

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.74%

 BLUE value IS 70 (27.73% from 255) = 21.81%

R = 74.45%
G = 3.74%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF0C46 (or 0xEF0C46) is known color: Crimson. HEX triplet: EF, 0C and 46. RGB value is (239,12,70). Sum of RGB (Red+Green+Blue) = 239+12+70=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0C46 is #10F3B9. Grayscale: #565656. Windows color (decimal): -1110970 or 4590831. OLE color: 4590831.

HSL color Cylindrical-coordinate representation of color #EF0C46: hue angle of 344.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0C46 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 12 70 -
CMYK 0 0.95 0.71 0.06
HSL 344.67º 0.9% 0.49% -
HSV(B) 344.67º 0.95% 0.94% -
XYZ 36.83 19.06 7.53 -
YUV 86.49 118.71 236.78 -
System Red Green Blue C M Y K H S L
Decimal 239 12 70 0 0.95 0.71 0.06 344.67 0.9 0.49
Hex EF C 46 0 5F 47 6 159 5A 31
Octal 357 14 106 0 137 107 6 531 132 61
Binary 11101111 1100 1000110 0 1011111 1000111 110 101011001 1011010 110001

Color Harmonies of #EF0C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0C46

Black with #EF0C46

Text Example


Text Example

White with #EF0C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0C46; }

 p { color: rgb(239,12,70); }

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

background-color css

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

 a { background-color: rgb(239,12,70); }

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

border-color css

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

 span { border-color: rgb(239,12,70); }

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