Html Css Color HEX #EB442B Cinnabar

📋 copy color: '#EB442B'

red 235 ◦ green 68 ◦ blue 43

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

Shades of Cinnabar #EB442B

Tints of Cinnabar #EB442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 67.92%
G = 19.65%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB442B (or 0xEB442B) is known color: Cinnabar. HEX triplet: EB, 44 and 2B. RGB value is (235,68,43). Sum of RGB (Red+Green+Blue) = 235+68+43=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB442B is #14BBD4. Grayscale: #737373. Windows color (decimal): -1358805 or 2835691. OLE color: 2835691.

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

Color convert

RGB 235 68 43 -
CMYK 0 0.71 0.82 0.08
HSL 7.81º 0.83% 0.55% -
HSV(B) 7.81º 0.82% 0.92% -
XYZ 36.76 21.97 4.59 -
YUV 115.08 87.33 213.53 -
System Red Green Blue C M Y K H S L
Decimal 235 68 43 0 0.71 0.82 0.08 7.81 0.83 0.55
Hex EB 44 2B 0 47 52 8 8 53 37
Octal 353 104 53 0 107 122 10 10 123 67
Binary 11101011 1000100 101011 0 1000111 1010010 1000 1000 1010011 110111

Color Harmonies of #EB442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB442B

Black with #EB442B

Text Example


Text Example

White with #EB442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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