Html Css Color HEX #ED401D Cinnabar

📋 copy color: '#ED401D'

red 237 ◦ green 64 ◦ blue 29

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

Shades of Cinnabar #ED401D

Tints of Cinnabar #ED401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

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

R = 71.82%
G = 19.39%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED401D (or 0xED401D) is known color: Cinnabar. HEX triplet: ED, 40 and 1D. RGB value is (237,64,29). Sum of RGB (Red+Green+Blue) = 237+64+29=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED401D is #12BFE2. Grayscale: #707070. Windows color (decimal): -1228771 or 1917165. OLE color: 1917165.

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

Color convert

RGB 237 64 29 -
CMYK 0 0.73 0.88 0.07
HSL 10.1º 0.85% 0.52% -
HSV(B) 10.1º 0.88% 0.93% -
XYZ 36.98 21.76 3.41 -
YUV 111.74 81.31 217.35 -
System Red Green Blue C M Y K H S L
Decimal 237 64 29 0 0.73 0.88 0.07 10.1 0.85 0.52
Hex ED 40 1D 0 49 58 7 A 55 34
Octal 355 100 35 0 111 130 7 12 125 64
Binary 11101101 1000000 11101 0 1001001 1011000 111 1010 1010101 110100

Color Harmonies of #ED401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED401D

Black with #ED401D

Text Example


Text Example

White with #ED401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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