Html Css Color HEX #EE231D Scarlet

📋 copy color: '#EE231D'

red 238 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #EE231D

Tints of Scarlet #EE231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 78.81%
G = 11.59%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE231D (or 0xEE231D) is known color: Scarlet. HEX triplet: EE, 23 and 1D. RGB value is (238,35,29). Sum of RGB (Red+Green+Blue) = 238+35+29=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE231D is #11DCE2. Grayscale: #5F5F5F. Windows color (decimal): -1170659 or 1909742. OLE color: 1909742.

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

Color convert

RGB 238 35 29 -
CMYK 0 0.85 0.88 0.07
HSL 1.72º 0.86% 0.52% -
HSV(B) 1.72º 0.88% 0.93% -
XYZ 36.08 19.47 3.02 -
YUV 95.01 90.75 229.99 -
System Red Green Blue C M Y K H S L
Decimal 238 35 29 0 0.85 0.88 0.07 1.72 0.86 0.52
Hex EE 23 1D 0 55 58 7 2 56 34
Octal 356 43 35 0 125 130 7 2 126 64
Binary 11101110 100011 11101 0 1010101 1011000 111 10 1010110 110100

Color Harmonies of #EE231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE231D

Black with #EE231D

Text Example


Text Example

White with #EE231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE231D; }

 p { color: rgb(238,35,29); }

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

background-color css

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

 a { background-color: rgb(238,35,29); }

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

border-color css

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

 span { border-color: rgb(238,35,29); }

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