Html Css Color HEX #EA231D Scarlet

📋 copy color: '#EA231D'

red 234 ◦ green 35 ◦ blue 29

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

Shades of Scarlet #EA231D

Tints of Scarlet #EA231D

RGB

 RED value IS 234 (91.8% from 255) = 78.52%

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

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

R = 78.52%
G = 11.74%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA231D (or 0xEA231D) is known color: Scarlet. HEX triplet: EA, 23 and 1D. RGB value is (234,35,29). Sum of RGB (Red+Green+Blue) = 234+35+29=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA231D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA231D is #15DCE2. Grayscale: #5E5E5E. Windows color (decimal): -1432803 or 1909738. OLE color: 1909738.

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

Color convert

RGB 234 35 29 -
CMYK 0 0.85 0.88 0.08
HSL 1.76º 0.83% 0.52% -
HSV(B) 1.76º 0.88% 0.92% -
XYZ 34.75 18.78 2.96 -
YUV 93.82 91.43 227.99 -
System Red Green Blue C M Y K H S L
Decimal 234 35 29 0 0.85 0.88 0.08 1.76 0.83 0.52
Hex EA 23 1D 0 55 58 8 2 53 34
Octal 352 43 35 0 125 130 10 2 123 64
Binary 11101010 100011 11101 0 1010101 1011000 1000 10 1010011 110100

Color Harmonies of #EA231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA231D

Black with #EA231D

Text Example


Text Example

White with #EA231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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