Html Css Color HEX #ED4131 Cinnabar

📋 copy color: '#ED4131'

red 237 ◦ green 65 ◦ blue 49

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

Shades of Cinnabar #ED4131

Tints of Cinnabar #ED4131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.96%

R = 67.52%
G = 18.52%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED4131 (or 0xED4131) is known color: Cinnabar. HEX triplet: ED, 41 and 31. RGB value is (237,65,49). Sum of RGB (Red+Green+Blue) = 237+65+49=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4131 is #12BECE. Grayscale: #727272. Windows color (decimal): -1228495 or 3228141. OLE color: 3228141.

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

Color convert

RGB 237 65 49 -
CMYK 0 0.73 0.79 0.07
HSL 5.11º 0.84% 0.56% -
HSV(B) 5.11º 0.79% 0.93% -
XYZ 37.37 22.01 5.18 -
YUV 114.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 237 65 49 0 0.73 0.79 0.07 5.11 0.84 0.56
Hex ED 41 31 0 49 4F 7 5 54 38
Octal 355 101 61 0 111 117 7 5 124 70
Binary 11101101 1000001 110001 0 1001001 1001111 111 101 1010100 111000

Color Harmonies of #ED4131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4131

Black with #ED4131

Text Example


Text Example

White with #ED4131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4131; }

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

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

background-color css

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

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

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

border-color css

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

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

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