Html Css Color HEX #ED4141 Cinnabar

📋 copy color: '#ED4141'

red 237 ◦ green 65 ◦ blue 65

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

Shades of Cinnabar #ED4141

Tints of Cinnabar #ED4141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 64.58%
G = 17.71%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED4141 (or 0xED4141) is known color: Cinnabar. HEX triplet: ED, 41 and 41. RGB value is (237,65,65). Sum of RGB (Red+Green+Blue) = 237+65+65=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4141 is #12BEBE. Grayscale: #747474. Windows color (decimal): -1228479 or 4276717. OLE color: 4276717.

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

Color convert

RGB 237 65 65 -
CMYK 0 0.73 0.73 0.07
HSL 0.83% 0.59% -
HSV(B) 0.73% 0.93% -
XYZ 37.77 22.17 7.29 -
YUV 116.43 98.98 214 -
System Red Green Blue C M Y K H S L
Decimal 237 65 65 0 0.73 0.73 0.07 0 0.83 0.59
Hex ED 41 41 0 49 49 7 0 53 3B
Octal 355 101 101 0 111 111 7 0 123 73
Binary 11101101 1000001 1000001 0 1001001 1001001 111 0 1010011 111011

Color Harmonies of #ED4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4141

Black with #ED4141

Text Example


Text Example

White with #ED4141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4141; }

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

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

background-color css

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

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

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

border-color css

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

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

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