Html Css Color HEX #EA261D Scarlet

📋 copy color: '#EA261D'

red 234 ◦ green 38 ◦ blue 29

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

Shades of Scarlet #EA261D

Tints of Scarlet #EA261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 77.74%
G = 12.62%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA261D (or 0xEA261D) is known color: Scarlet. HEX triplet: EA, 26 and 1D. RGB value is (234,38,29). Sum of RGB (Red+Green+Blue) = 234+38+29=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA261D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA261D is #15D9E2. Grayscale: #5F5F5F. Windows color (decimal): -1432035 or 1910506. OLE color: 1910506.

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

Color convert

RGB 234 38 29 -
CMYK 0 0.84 0.88 0.08
HSL 2.63º 0.83% 0.52% -
HSV(B) 2.63º 0.88% 0.92% -
XYZ 34.85 18.97 2.99 -
YUV 95.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 234 38 29 0 0.84 0.88 0.08 2.63 0.83 0.52
Hex EA 26 1D 0 54 58 8 3 53 34
Octal 352 46 35 0 124 130 10 3 123 64
Binary 11101010 100110 11101 0 1010100 1011000 1000 11 1010011 110100

Color Harmonies of #EA261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA261D

Black with #EA261D

Text Example


Text Example

White with #EA261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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