Html Css Color HEX #EF154B Crimson

📋 copy color: '#EF154B'

red 239 ◦ green 21 ◦ blue 75

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

Shades of Crimson #EF154B

Tints of Crimson #EF154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 71.34%
G = 6.27%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF154B (or 0xEF154B) is known color: Crimson. HEX triplet: EF, 15 and 4B. RGB value is (239,21,75). Sum of RGB (Red+Green+Blue) = 239+21+75=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF154B is #10EAB4. Grayscale: #5C5C5C. Windows color (decimal): -1108661 or 4920815. OLE color: 4920815.

HSL color Cylindrical-coordinate representation of color #EF154B: hue angle of 345.14º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF154B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 21 75 -
CMYK 0 0.91 0.69 0.06
HSL 345.14º 0.87% 0.51% -
HSV(B) 345.14º 0.91% 0.94% -
XYZ 37.13 19.4 8.44 -
YUV 92.34 118.22 232.61 -
System Red Green Blue C M Y K H S L
Decimal 239 21 75 0 0.91 0.69 0.06 345.14 0.87 0.51
Hex EF 15 4B 0 5B 45 6 159 57 33
Octal 357 25 113 0 133 105 6 531 127 63
Binary 11101111 10101 1001011 0 1011011 1000101 110 101011001 1010111 110011

Color Harmonies of #EF154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF154B

Black with #EF154B

Text Example


Text Example

White with #EF154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF154B; }

 p { color: rgb(239,21,75); }

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

background-color css

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

 a { background-color: rgb(239,21,75); }

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

border-color css

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

 span { border-color: rgb(239,21,75); }

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