Html Css Color HEX #EB442A Cinnabar

📋 copy color: '#EB442A'

red 235 ◦ green 68 ◦ blue 42

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

Shades of Cinnabar #EB442A

Tints of Cinnabar #EB442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 68.12%
G = 19.71%
B = 12.17%

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

#EB442A (or 0xEB442A) is known color: Cinnabar. HEX triplet: EB, 44 and 2A. RGB value is (235,68,42). Sum of RGB (Red+Green+Blue) = 235+68+42=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB442A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB442A is #14BBD5. Grayscale: #737373. Windows color (decimal): -1358806 or 2770155. OLE color: 2770155.

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

Color convert

RGB 235 68 42 -
CMYK 0 0.71 0.82 0.08
HSL 8.08º 0.83% 0.54% -
HSV(B) 8.08º 0.82% 0.92% -
XYZ 36.75 21.96 4.49 -
YUV 114.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 235 68 42 0 0.71 0.82 0.08 8.08 0.83 0.54
Hex EB 44 2A 0 47 52 8 8 53 36
Octal 353 104 52 0 107 122 10 10 123 66
Binary 11101011 1000100 101010 0 1000111 1010010 1000 1000 1010011 110110

Color Harmonies of #EB442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB442A

Black with #EB442A

Text Example


Text Example

White with #EB442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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