Html Css Color HEX #EB3D1D Cinnabar

📋 copy color: '#EB3D1D'

red 235 ◦ green 61 ◦ blue 29

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

Shades of Cinnabar #EB3D1D

Tints of Cinnabar #EB3D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.77%

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

R = 72.31%
G = 18.77%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB3D1D (or 0xEB3D1D) is known color: Cinnabar. HEX triplet: EB, 3D and 1D. RGB value is (235,61,29). Sum of RGB (Red+Green+Blue) = 235+61+29=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3D1D is #14C2E2. Grayscale: #6D6D6D. Windows color (decimal): -1360611 or 1916395. OLE color: 1916395.

HSL color Cylindrical-coordinate representation of color #EB3D1D: hue angle of 9.32º 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 #EB3D1D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 61 29 -
CMYK 0 0.74 0.88 0.08
HSL 9.32º 0.84% 0.52% -
HSV(B) 9.32º 0.88% 0.92% -
XYZ 36.15 21.09 3.33 -
YUV 109.38 82.65 217.6 -
System Red Green Blue C M Y K H S L
Decimal 235 61 29 0 0.74 0.88 0.08 9.32 0.84 0.52
Hex EB 3D 1D 0 4A 58 8 9 54 34
Octal 353 75 35 0 112 130 10 11 124 64
Binary 11101011 111101 11101 0 1001010 1011000 1000 1001 1010100 110100

Color Harmonies of #EB3D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3D1D

Black with #EB3D1D

Text Example


Text Example

White with #EB3D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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