Html Css Color HEX #EB341C Cinnabar

📋 copy color: '#EB341C'

red 235 ◦ green 52 ◦ blue 28

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

Shades of Cinnabar #EB341C

Tints of Cinnabar #EB341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 74.6%
G = 16.51%
B = 8.89%

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

#EB341C (or 0xEB341C) is known color: Cinnabar. HEX triplet: EB, 34 and 1C. RGB value is (235,52,28). Sum of RGB (Red+Green+Blue) = 235+52+28=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB341C is #14CBE3. Grayscale: #686868. Windows color (decimal): -1362916 or 1848555. OLE color: 1848555.

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

Color convert

RGB 235 52 28 -
CMYK 0 0.78 0.88 0.08
HSL 6.96º 0.84% 0.52% -
HSV(B) 6.96º 0.88% 0.92% -
XYZ 35.7 20.2 3.12 -
YUV 103.98 85.13 221.45 -
System Red Green Blue C M Y K H S L
Decimal 235 52 28 0 0.78 0.88 0.08 6.96 0.84 0.52
Hex EB 34 1C 0 4E 58 8 7 54 34
Octal 353 64 34 0 116 130 10 7 124 64
Binary 11101011 110100 11100 0 1001110 1011000 1000 111 1010100 110100

Color Harmonies of #EB341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB341C

Black with #EB341C

Text Example


Text Example

White with #EB341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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