Html Css Color HEX #ED411D Cinnabar

📋 copy color: '#ED411D'

red 237 ◦ green 65 ◦ blue 29

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

Shades of Cinnabar #ED411D

Tints of Cinnabar #ED411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 71.6%
G = 19.64%
B = 8.76%

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

#ED411D (or 0xED411D) is known color: Cinnabar. HEX triplet: ED, 41 and 1D. RGB value is (237,65,29). Sum of RGB (Red+Green+Blue) = 237+65+29=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED411D is #12BEE2. Grayscale: #707070. Windows color (decimal): -1228515 or 1917421. OLE color: 1917421.

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

Color convert

RGB 237 65 29 -
CMYK 0 0.73 0.88 0.07
HSL 10.38º 0.85% 0.52% -
HSV(B) 10.38º 0.88% 0.93% -
XYZ 37.04 21.87 3.43 -
YUV 112.32 80.98 216.93 -
System Red Green Blue C M Y K H S L
Decimal 237 65 29 0 0.73 0.88 0.07 10.38 0.85 0.52
Hex ED 41 1D 0 49 58 7 A 55 34
Octal 355 101 35 0 111 130 7 12 125 64
Binary 11101101 1000001 11101 0 1001001 1011000 111 1010 1010101 110100

Color Harmonies of #ED411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED411D

Black with #ED411D

Text Example


Text Example

White with #ED411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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