Html Css Color HEX #EB443C Cinnabar

📋 copy color: '#EB443C'

red 235 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #EB443C

Tints of Cinnabar #EB443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 64.74%
G = 18.73%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB443C (or 0xEB443C) is known color: Cinnabar. HEX triplet: EB, 44 and 3C. RGB value is (235,68,60). Sum of RGB (Red+Green+Blue) = 235+68+60=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB443C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB443C is #14BBC3. Grayscale: #757575. Windows color (decimal): -1358788 or 3949803. OLE color: 3949803.

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

Color convert

RGB 235 68 60 -
CMYK 0 0.71 0.74 0.08
HSL 2.74º 0.81% 0.58% -
HSV(B) 2.74º 0.74% 0.92% -
XYZ 37.14 22.12 6.59 -
YUV 117.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 235 68 60 0 0.71 0.74 0.08 2.74 0.81 0.58
Hex EB 44 3C 0 47 4A 8 3 51 3A
Octal 353 104 74 0 107 112 10 3 121 72
Binary 11101011 1000100 111100 0 1000111 1001010 1000 11 1010001 111010

Color Harmonies of #EB443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB443C

Black with #EB443C

Text Example


Text Example

White with #EB443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB443C; }

 p { color: rgb(235,68,60); }

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

background-color css

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

 a { background-color: rgb(235,68,60); }

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

border-color css

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

 span { border-color: rgb(235,68,60); }

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