Html Css Color HEX #E12704 Scarlet

📋 copy color: '#E12704'

red 225 ◦ green 39 ◦ blue 4

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

Shades of Scarlet #E12704

Tints of Scarlet #E12704

RGB

 RED value IS 225 (88.28% from 255) = 83.96%

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 83.96%
G = 14.55%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E12704 (or 0xE12704) is known color: Scarlet. HEX triplet: E1, 27 and 04. RGB value is (225,39,4). Sum of RGB (Red+Green+Blue) = 225+39+4=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E12704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12704 is #1ED8FB. Grayscale: #5A5A5A. Windows color (decimal): -2021628 or 272353. OLE color: 272353.

HSL color Cylindrical-coordinate representation of color #E12704: hue angle of 9.5º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E12704 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 39 4 -
CMYK 0 0.83 0.98 0.12
HSL 9.5º 0.97% 0.45% -
HSV(B) 9.5º 0.98% 0.88% -
XYZ 31.8 17.47 1.81 -
YUV 90.62 79.12 223.85 -
System Red Green Blue C M Y K H S L
Decimal 225 39 4 0 0.83 0.98 0.12 9.5 0.97 0.45
Hex E1 27 4 0 53 62 C A 61 2D
Octal 341 47 4 0 123 142 14 12 141 55
Binary 11100001 100111 100 0 1010011 1100010 1100 1010 1100001 101101

Color Harmonies of #E12704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12704

Black with #E12704

Text Example


Text Example

White with #E12704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12704; }

 p { color: rgb(225,39,4); }

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

background-color css

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

 a { background-color: rgb(225,39,4); }

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

border-color css

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

 span { border-color: rgb(225,39,4); }

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