Html Css Color HEX #EA2D06 Scarlet

📋 copy color: '#EA2D06'

red 234 ◦ green 45 ◦ blue 6

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

Shades of Scarlet #EA2D06

Tints of Scarlet #EA2D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 82.11%
G = 15.79%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA2D06 (or 0xEA2D06) is known color: Scarlet. HEX triplet: EA, 2D and 06. RGB value is (234,45,6). Sum of RGB (Red+Green+Blue) = 234+45+6=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D06 is #15D2F9. Grayscale: #616161. Windows color (decimal): -1430266 or 404970. OLE color: 404970.

HSL color Cylindrical-coordinate representation of color #EA2D06: hue angle of 10.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA2D06 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 45 6 -
CMYK 0 0.81 0.97 0.08
HSL 10.26º 0.95% 0.47% -
HSV(B) 10.26º 0.97% 0.92% -
XYZ 34.9 19.38 2.07 -
YUV 97.07 76.62 225.67 -
System Red Green Blue C M Y K H S L
Decimal 234 45 6 0 0.81 0.97 0.08 10.26 0.95 0.47
Hex EA 2D 6 0 51 61 8 A 5F 2F
Octal 352 55 6 0 121 141 10 12 137 57
Binary 11101010 101101 110 0 1010001 1100001 1000 1010 1011111 101111

Color Harmonies of #EA2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D06

Black with #EA2D06

Text Example


Text Example

White with #EA2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D06; }

 p { color: rgb(234,45,6); }

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

background-color css

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

 a { background-color: rgb(234,45,6); }

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

border-color css

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

 span { border-color: rgb(234,45,6); }

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