Html Css Color HEX #EE153D Crimson

📋 copy color: '#EE153D'

red 238 ◦ green 21 ◦ blue 61

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

Shades of Crimson #EE153D

Tints of Crimson #EE153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 74.38%
G = 6.56%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE153D (or 0xEE153D) is known color: Crimson. HEX triplet: EE, 15 and 3D. RGB value is (238,21,61). Sum of RGB (Red+Green+Blue) = 238+21+61=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE153D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE153D is #11EAC2. Grayscale: #5A5A5A. Windows color (decimal): -1174211 or 4003310. OLE color: 4003310.

HSL color Cylindrical-coordinate representation of color #EE153D: hue angle of 348.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE153D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 21 61 -
CMYK 0 0.91 0.74 0.07
HSL 348.94º 0.86% 0.51% -
HSV(B) 348.94º 0.91% 0.93% -
XYZ 36.37 19.05 6.18 -
YUV 90.44 111.39 233.25 -
System Red Green Blue C M Y K H S L
Decimal 238 21 61 0 0.91 0.74 0.07 348.94 0.86 0.51
Hex EE 15 3D 0 5B 4A 7 15D 56 33
Octal 356 25 75 0 133 112 7 535 126 63
Binary 11101110 10101 111101 0 1011011 1001010 111 101011101 1010110 110011

Color Harmonies of #EE153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE153D

Black with #EE153D

Text Example


Text Example

White with #EE153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE153D; }

 p { color: rgb(238,21,61); }

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

background-color css

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

 a { background-color: rgb(238,21,61); }

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

border-color css

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

 span { border-color: rgb(238,21,61); }

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