Html Css Color HEX #EB4D25 Cinnabar

📋 copy color: '#EB4D25'

red 235 ◦ green 77 ◦ blue 37

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

Shades of Cinnabar #EB4D25

Tints of Cinnabar #EB4D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.6%

R = 67.34%
G = 22.06%
B = 10.6%

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

#EB4D25 (or 0xEB4D25) is known color: Cinnabar. HEX triplet: EB, 4D and 25. RGB value is (235,77,37). Sum of RGB (Red+Green+Blue) = 235+77+37=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D25 is #14B2DA. Grayscale: #787878. Windows color (decimal): -1356507 or 2444779. OLE color: 2444779.

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

Color convert

RGB 235 77 37 -
CMYK 0 0.67 0.84 0.08
HSL 12.12º 0.83% 0.53% -
HSV(B) 12.12º 0.84% 0.92% -
XYZ 37.25 23.1 4.25 -
YUV 119.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 235 77 37 0 0.67 0.84 0.08 12.12 0.83 0.53
Hex EB 4D 25 0 43 54 8 C 53 35
Octal 353 115 45 0 103 124 10 14 123 65
Binary 11101011 1001101 100101 0 1000011 1010100 1000 1100 1010011 110101

Color Harmonies of #EB4D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D25

Black with #EB4D25

Text Example


Text Example

White with #EB4D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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