Html Css Color HEX #ED471D Cinnabar

📋 copy color: '#ED471D'

red 237 ◦ green 71 ◦ blue 29

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

Shades of Cinnabar #ED471D

Tints of Cinnabar #ED471D

RGB

 RED value IS 237 (92.97% from 255) = 70.33%

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

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

R = 70.33%
G = 21.07%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED471D (or 0xED471D) is known color: Cinnabar. HEX triplet: ED, 47 and 1D. RGB value is (237,71,29). Sum of RGB (Red+Green+Blue) = 237+71+29=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED471D is #12B8E2. Grayscale: #747474. Windows color (decimal): -1226979 or 1918957. OLE color: 1918957.

HSL color Cylindrical-coordinate representation of color #ED471D: hue angle of 12.12º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED471D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 29 -
CMYK 0 0.70 0.88 0.07
HSL 12.12º 0.85% 0.52% -
HSV(B) 12.12º 0.88% 0.93% -
XYZ 37.4 22.6 3.55 -
YUV 115.85 79 214.42 -
System Red Green Blue C M Y K H S L
Decimal 237 71 29 0 0.70 0.88 0.07 12.12 0.85 0.52
Hex ED 47 1D 0 46 58 7 C 55 34
Octal 355 107 35 0 106 130 7 14 125 64
Binary 11101101 1000111 11101 0 1000110 1011000 111 1100 1010101 110100

Color Harmonies of #ED471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED471D

Black with #ED471D

Text Example


Text Example

White with #ED471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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