Html Css Color HEX #EB362C Cinnabar

📋 copy color: '#EB362C'

red 235 ◦ green 54 ◦ blue 44

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

Shades of Cinnabar #EB362C

Tints of Cinnabar #EB362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 70.57%
G = 16.22%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB362C (or 0xEB362C) is known color: Cinnabar. HEX triplet: EB, 36 and 2C. RGB value is (235,54,44). Sum of RGB (Red+Green+Blue) = 235+54+44=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB362C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB362C is #14C9D3. Grayscale: #6B6B6B. Windows color (decimal): -1362388 or 2897643. OLE color: 2897643.

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

Color convert

RGB 235 54 44 -
CMYK 0 0.77 0.81 0.08
HSL 3.14º 0.83% 0.55% -
HSV(B) 3.14º 0.81% 0.92% -
XYZ 36.03 20.48 4.44 -
YUV 106.98 92.47 219.31 -
System Red Green Blue C M Y K H S L
Decimal 235 54 44 0 0.77 0.81 0.08 3.14 0.83 0.55
Hex EB 36 2C 0 4D 51 8 3 53 37
Octal 353 66 54 0 115 121 10 3 123 67
Binary 11101011 110110 101100 0 1001101 1010001 1000 11 1010011 110111

Color Harmonies of #EB362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB362C

Black with #EB362C

Text Example


Text Example

White with #EB362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB362C; }

 p { color: rgb(235,54,44); }

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

background-color css

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

 a { background-color: rgb(235,54,44); }

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

border-color css

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

 span { border-color: rgb(235,54,44); }

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