Html Css Color HEX #EB4A31 Cinnabar

📋 copy color: '#EB4A31'

red 235 ◦ green 74 ◦ blue 49

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

Shades of Cinnabar #EB4A31

Tints of Cinnabar #EB4A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 49 (19.53% from 255) = 13.69%

R = 65.64%
G = 20.67%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB4A31 (or 0xEB4A31) is known color: Cinnabar. HEX triplet: EB, 4A and 31. RGB value is (235,74,49). Sum of RGB (Red+Green+Blue) = 235+74+49=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4A31 is #14B5CE. Grayscale: #777777. Windows color (decimal): -1357263 or 3230443. OLE color: 3230443.

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

Color convert

RGB 235 74 49 -
CMYK 0 0.69 0.79 0.08
HSL 8.06º 0.82% 0.56% -
HSV(B) 8.06º 0.79% 0.92% -
XYZ 37.26 22.78 5.34 -
YUV 119.29 88.34 210.53 -
System Red Green Blue C M Y K H S L
Decimal 235 74 49 0 0.69 0.79 0.08 8.06 0.82 0.56
Hex EB 4A 31 0 45 4F 8 8 52 38
Octal 353 112 61 0 105 117 10 10 122 70
Binary 11101011 1001010 110001 0 1000101 1001111 1000 1000 1010010 111000

Color Harmonies of #EB4A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A31

Black with #EB4A31

Text Example


Text Example

White with #EB4A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A31; }

 p { color: rgb(235,74,49); }

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

background-color css

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

 a { background-color: rgb(235,74,49); }

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

border-color css

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

 span { border-color: rgb(235,74,49); }

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