Html Css Color HEX #ED2A1D Cinnabar

📋 copy color: '#ED2A1D'

red 237 ◦ green 42 ◦ blue 29

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

Shades of Cinnabar #ED2A1D

Tints of Cinnabar #ED2A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.64%

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

R = 76.95%
G = 13.64%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED2A1D (or 0xED2A1D) is known color: Cinnabar. HEX triplet: ED, 2A and 1D. RGB value is (237,42,29). Sum of RGB (Red+Green+Blue) = 237+42+29=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A1D is #12D5E2. Grayscale: #636363. Windows color (decimal): -1234403 or 1911533. OLE color: 1911533.

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

Color convert

RGB 237 42 29 -
CMYK 0 0.82 0.88 0.07
HSL 3.75º 0.85% 0.52% -
HSV(B) 3.75º 0.88% 0.93% -
XYZ 35.97 19.75 3.08 -
YUV 98.82 88.6 226.56 -
System Red Green Blue C M Y K H S L
Decimal 237 42 29 0 0.82 0.88 0.07 3.75 0.85 0.52
Hex ED 2A 1D 0 52 58 7 4 55 34
Octal 355 52 35 0 122 130 7 4 125 64
Binary 11101101 101010 11101 0 1010010 1011000 111 100 1010101 110100

Color Harmonies of #ED2A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2A1D

Black with #ED2A1D

Text Example


Text Example

White with #ED2A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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