Html Css Color HEX #EB4D26 Cinnabar

📋 copy color: '#EB4D26'

red 235 ◦ green 77 ◦ blue 38

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

Shades of Cinnabar #EB4D26

Tints of Cinnabar #EB4D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 67.14%
G = 22%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB4D26 (or 0xEB4D26) is known color: Cinnabar. HEX triplet: EB, 4D and 26. RGB value is (235,77,38). Sum of RGB (Red+Green+Blue) = 235+77+38=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D26 is #14B2D9. Grayscale: #787878. Windows color (decimal): -1356506 or 2510315. OLE color: 2510315.

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

Color convert

RGB 235 77 38 -
CMYK 0 0.67 0.84 0.08
HSL 11.88º 0.83% 0.54% -
HSV(B) 11.88º 0.84% 0.92% -
XYZ 37.26 23.11 4.33 -
YUV 119.8 81.85 210.17 -
System Red Green Blue C M Y K H S L
Decimal 235 77 38 0 0.67 0.84 0.08 11.88 0.83 0.54
Hex EB 4D 26 0 43 54 8 C 53 36
Octal 353 115 46 0 103 124 10 14 123 66
Binary 11101011 1001101 100110 0 1000011 1010100 1000 1100 1010011 110110

Color Harmonies of #EB4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D26

Black with #EB4D26

Text Example


Text Example

White with #EB4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D26; }

 p { color: rgb(235,77,38); }

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

background-color css

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

 a { background-color: rgb(235,77,38); }

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

border-color css

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

 span { border-color: rgb(235,77,38); }

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