Html Css Color HEX #EB4038 Cinnabar

📋 copy color: '#EB4038'

red 235 ◦ green 64 ◦ blue 56

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

Shades of Cinnabar #EB4038

Tints of Cinnabar #EB4038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

 BLUE value IS 56 (22.27% from 255) = 15.77%

R = 66.2%
G = 18.03%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EB4038 (or 0xEB4038) is known color: Cinnabar. HEX triplet: EB, 40 and 38. RGB value is (235,64,56). Sum of RGB (Red+Green+Blue) = 235+64+56=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4038 is #14BFC7. Grayscale: #727272. Windows color (decimal): -1359816 or 3686635. OLE color: 3686635.

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

Color convert

RGB 235 64 56 -
CMYK 0 0.73 0.76 0.08
HSL 2.68º 0.82% 0.57% -
HSV(B) 2.68º 0.76% 0.92% -
XYZ 36.81 21.61 5.97 -
YUV 114.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 235 64 56 0 0.73 0.76 0.08 2.68 0.82 0.57
Hex EB 40 38 0 49 4C 8 3 52 39
Octal 353 100 70 0 111 114 10 3 122 71
Binary 11101011 1000000 111000 0 1001001 1001100 1000 11 1010010 111001

Color Harmonies of #EB4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4038

Black with #EB4038

Text Example


Text Example

White with #EB4038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4038; }

 p { color: rgb(235,64,56); }

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

background-color css

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

 a { background-color: rgb(235,64,56); }

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

border-color css

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

 span { border-color: rgb(235,64,56); }

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