Html Css Color HEX #EB3A1D Cinnabar

📋 copy color: '#EB3A1D'

red 235 ◦ green 58 ◦ blue 29

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

Shades of Cinnabar #EB3A1D

Tints of Cinnabar #EB3A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

 BLUE value IS 29 (11.72% from 255) = 9.01%

R = 72.98%
G = 18.01%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB3A1D (or 0xEB3A1D) is known color: Cinnabar. HEX triplet: EB, 3A and 1D. RGB value is (235,58,29). Sum of RGB (Red+Green+Blue) = 235+58+29=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A1D is #14C5E2. Grayscale: #6B6B6B. Windows color (decimal): -1361379 or 1915627. OLE color: 1915627.

HSL color Cylindrical-coordinate representation of color #EB3A1D: hue angle of 8.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB3A1D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 58 29 -
CMYK 0 0.75 0.88 0.08
HSL 8.45º 0.84% 0.52% -
HSV(B) 8.45º 0.88% 0.92% -
XYZ 36 20.78 3.28 -
YUV 107.62 83.64 218.86 -
System Red Green Blue C M Y K H S L
Decimal 235 58 29 0 0.75 0.88 0.08 8.45 0.84 0.52
Hex EB 3A 1D 0 4B 58 8 8 54 34
Octal 353 72 35 0 113 130 10 10 124 64
Binary 11101011 111010 11101 0 1001011 1011000 1000 1000 1010100 110100

Color Harmonies of #EB3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A1D

Black with #EB3A1D

Text Example


Text Example

White with #EB3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A1D; }

 p { color: rgb(235,58,29); }

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

background-color css

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

 a { background-color: rgb(235,58,29); }

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

border-color css

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

 span { border-color: rgb(235,58,29); }

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