Html Css Color HEX #EA270D Scarlet

📋 copy color: '#EA270D'

red 234 ◦ green 39 ◦ blue 13

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

Shades of Scarlet #EA270D

Tints of Scarlet #EA270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 81.82%
G = 13.64%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA270D (or 0xEA270D) is known color: Scarlet. HEX triplet: EA, 27 and 0D. RGB value is (234,39,13). Sum of RGB (Red+Green+Blue) = 234+39+13=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA270D is #15D8F2. Grayscale: #5E5E5E. Windows color (decimal): -1431795 or 862186. OLE color: 862186.

HSL color Cylindrical-coordinate representation of color #EA270D: hue angle of 7.06º 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 #EA270D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 39 13 -
CMYK 0 0.83 0.94 0.08
HSL 7.06º 0.89% 0.48% -
HSV(B) 7.06º 0.94% 0.92% -
XYZ 34.73 18.97 2.21 -
YUV 94.34 82.1 227.61 -
System Red Green Blue C M Y K H S L
Decimal 234 39 13 0 0.83 0.94 0.08 7.06 0.89 0.48
Hex EA 27 D 0 53 5E 8 7 59 30
Octal 352 47 15 0 123 136 10 7 131 60
Binary 11101010 100111 1101 0 1010011 1011110 1000 111 1011001 110000

Color Harmonies of #EA270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA270D

Black with #EA270D

Text Example


Text Example

White with #EA270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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