Html Css Color HEX #EB471D Cinnabar

📋 copy color: '#EB471D'

red 235 ◦ green 71 ◦ blue 29

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

Shades of Cinnabar #EB471D

Tints of Cinnabar #EB471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 70.15%
G = 21.19%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB471D (or 0xEB471D) is known color: Cinnabar. HEX triplet: EB, 47 and 1D. RGB value is (235,71,29). Sum of RGB (Red+Green+Blue) = 235+71+29=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB471D is #14B8E2. Grayscale: #737373. Windows color (decimal): -1358051 or 1918955. OLE color: 1918955.

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

Color convert

RGB 235 71 29 -
CMYK 0 0.70 0.88 0.08
HSL 12.23º 0.84% 0.52% -
HSV(B) 12.23º 0.88% 0.92% -
XYZ 36.74 22.26 3.52 -
YUV 115.25 79.33 213.42 -
System Red Green Blue C M Y K H S L
Decimal 235 71 29 0 0.70 0.88 0.08 12.23 0.84 0.52
Hex EB 47 1D 0 46 58 8 C 54 34
Octal 353 107 35 0 106 130 10 14 124 64
Binary 11101011 1000111 11101 0 1000110 1011000 1000 1100 1010100 110100

Color Harmonies of #EB471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB471D

Black with #EB471D

Text Example


Text Example

White with #EB471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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