Html Css Color HEX #EA180D Scarlet

📋 copy color: '#EA180D'

red 234 ◦ green 24 ◦ blue 13

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

Shades of Scarlet #EA180D

Tints of Scarlet #EA180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 86.35%
G = 8.86%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA180D (or 0xEA180D) is known color: Scarlet. HEX triplet: EA, 18 and 0D. RGB value is (234,24,13). Sum of RGB (Red+Green+Blue) = 234+24+13=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA180D is #15E7F2. Grayscale: #555555. Windows color (decimal): -1435635 or 858346. OLE color: 858346.

HSL color Cylindrical-coordinate representation of color #EA180D: hue angle of 2.99º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA180D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 13 -
CMYK 0 0.90 0.94 0.08
HSL 2.99º 0.89% 0.48% -
HSV(B) 2.99º 0.94% 0.92% -
XYZ 34.33 18.17 2.08 -
YUV 85.54 87.07 233.89 -
System Red Green Blue C M Y K H S L
Decimal 234 24 13 0 0.90 0.94 0.08 2.99 0.89 0.48
Hex EA 18 D 0 5A 5E 8 3 59 30
Octal 352 30 15 0 132 136 10 3 131 60
Binary 11101010 11000 1101 0 1011010 1011110 1000 11 1011001 110000

Color Harmonies of #EA180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA180D

Black with #EA180D

Text Example


Text Example

White with #EA180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA180D; }

 p { color: rgb(234,24,13); }

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

background-color css

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

 a { background-color: rgb(234,24,13); }

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

border-color css

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

 span { border-color: rgb(234,24,13); }

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