Html Css Color HEX #ED2D1D Cinnabar

📋 copy color: '#ED2D1D'

red 237 ◦ green 45 ◦ blue 29

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

Shades of Cinnabar #ED2D1D

Tints of Cinnabar #ED2D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

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

R = 76.21%
G = 14.47%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED2D1D (or 0xED2D1D) is known color: Cinnabar. HEX triplet: ED, 2D and 1D. RGB value is (237,45,29). Sum of RGB (Red+Green+Blue) = 237+45+29=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2D1D is #12D2E2. Grayscale: #646464. Windows color (decimal): -1233635 or 1912301. OLE color: 1912301.

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

Color convert

RGB 237 45 29 -
CMYK 0 0.81 0.88 0.07
HSL 4.62º 0.85% 0.52% -
HSV(B) 4.62º 0.88% 0.93% -
XYZ 36.09 19.97 3.12 -
YUV 100.58 87.61 225.3 -
System Red Green Blue C M Y K H S L
Decimal 237 45 29 0 0.81 0.88 0.07 4.62 0.85 0.52
Hex ED 2D 1D 0 51 58 7 5 55 34
Octal 355 55 35 0 121 130 7 5 125 64
Binary 11101101 101101 11101 0 1010001 1011000 111 101 1010101 110100

Color Harmonies of #ED2D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2D1D

Black with #ED2D1D

Text Example


Text Example

White with #ED2D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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