Html Css Color HEX #EB401A Cinnabar

📋 copy color: '#EB401A'

red 235 ◦ green 64 ◦ blue 26

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

Shades of Cinnabar #EB401A

Tints of Cinnabar #EB401A

RGB

 RED value IS 235 (92.19% from 255) = 72.31%

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 26 (10.55% from 255) = 8%

R = 72.31%
G = 19.69%
B = 8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB401A (or 0xEB401A) is known color: Cinnabar. HEX triplet: EB, 40 and 1A. RGB value is (235,64,26). Sum of RGB (Red+Green+Blue) = 235+64+26=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB401A is #14BFE5. Grayscale: #6F6F6F. Windows color (decimal): -1359846 or 1720555. OLE color: 1720555.

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

Color convert

RGB 235 64 26 -
CMYK 0 0.73 0.89 0.08
HSL 10.91º 0.84% 0.51% -
HSV(B) 10.91º 0.89% 0.92% -
XYZ 36.28 21.4 3.2 -
YUV 110.8 80.15 216.59 -
System Red Green Blue C M Y K H S L
Decimal 235 64 26 0 0.73 0.89 0.08 10.91 0.84 0.51
Hex EB 40 1A 0 49 59 8 B 54 33
Octal 353 100 32 0 111 131 10 13 124 63
Binary 11101011 1000000 11010 0 1001001 1011001 1000 1011 1010100 110011

Color Harmonies of #EB401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB401A

Black with #EB401A

Text Example


Text Example

White with #EB401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB401A; }

 p { color: rgb(235,64,26); }

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

background-color css

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

 a { background-color: rgb(235,64,26); }

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

border-color css

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

 span { border-color: rgb(235,64,26); }

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