Html Css Color HEX #EE0C48 Crimson

📋 copy color: '#EE0C48'

red 238 ◦ green 12 ◦ blue 72

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

Shades of Crimson #EE0C48

Tints of Crimson #EE0C48

RGB

 RED value IS 238 (93.36% from 255) = 73.91%

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

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

R = 73.91%
G = 3.73%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE0C48 (or 0xEE0C48) is known color: Crimson. HEX triplet: EE, 0C and 48. RGB value is (238,12,72). Sum of RGB (Red+Green+Blue) = 238+12+72=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0C48 is #11F3B7. Grayscale: #565656. Windows color (decimal): -1176504 or 4721902. OLE color: 4721902.

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

Color convert

RGB 238 12 72 -
CMYK 0 0.95 0.70 0.07
HSL 344.07º 0.9% 0.49% -
HSV(B) 344.07º 0.95% 0.93% -
XYZ 36.56 18.91 7.85 -
YUV 86.41 119.87 236.12 -
System Red Green Blue C M Y K H S L
Decimal 238 12 72 0 0.95 0.70 0.07 344.07 0.9 0.49
Hex EE C 48 0 5F 46 7 158 5A 31
Octal 356 14 110 0 137 106 7 530 132 61
Binary 11101110 1100 1001000 0 1011111 1000110 111 101011000 1011010 110001

Color Harmonies of #EE0C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C48

Black with #EE0C48

Text Example


Text Example

White with #EE0C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C48; }

 p { color: rgb(238,12,72); }

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

background-color css

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

 a { background-color: rgb(238,12,72); }

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

border-color css

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

 span { border-color: rgb(238,12,72); }

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