Html Css Color HEX #EB341D Cinnabar

📋 copy color: '#EB341D'

red 235 ◦ green 52 ◦ blue 29

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

Shades of Cinnabar #EB341D

Tints of Cinnabar #EB341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

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

R = 74.37%
G = 16.46%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB341D (or 0xEB341D) is known color: Cinnabar. HEX triplet: EB, 34 and 1D. RGB value is (235,52,29). Sum of RGB (Red+Green+Blue) = 235+52+29=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB341D is #14CBE2. Grayscale: #686868. Windows color (decimal): -1362915 or 1914091. OLE color: 1914091.

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

Color convert

RGB 235 52 29 -
CMYK 0 0.78 0.88 0.08
HSL 6.7º 0.84% 0.52% -
HSV(B) 6.7º 0.88% 0.92% -
XYZ 35.71 20.21 3.18 -
YUV 104.1 85.63 221.37 -
System Red Green Blue C M Y K H S L
Decimal 235 52 29 0 0.78 0.88 0.08 6.7 0.84 0.52
Hex EB 34 1D 0 4E 58 8 7 54 34
Octal 353 64 35 0 116 130 10 7 124 64
Binary 11101011 110100 11101 0 1001110 1011000 1000 111 1010100 110100

Color Harmonies of #EB341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB341D

Black with #EB341D

Text Example


Text Example

White with #EB341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB341D; }

 p { color: rgb(235,52,29); }

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

background-color css

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

 a { background-color: rgb(235,52,29); }

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

border-color css

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

 span { border-color: rgb(235,52,29); }

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