Html Css Color HEX #ED4337 Cinnabar

📋 copy color: '#ED4337'

red 237 ◦ green 67 ◦ blue 55

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

Shades of Cinnabar #ED4337

Tints of Cinnabar #ED4337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.66%

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 66.02%
G = 18.66%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED4337 (or 0xED4337) is known color: Cinnabar. HEX triplet: ED, 43 and 37. RGB value is (237,67,55). Sum of RGB (Red+Green+Blue) = 237+67+55=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4337 is #12BCC8. Grayscale: #747474. Windows color (decimal): -1227977 or 3621869. OLE color: 3621869.

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

Color convert

RGB 237 67 55 -
CMYK 0 0.72 0.77 0.07
HSL 3.96º 0.83% 0.57% -
HSV(B) 3.96º 0.77% 0.93% -
XYZ 37.62 22.29 5.93 -
YUV 116.46 93.32 213.98 -
System Red Green Blue C M Y K H S L
Decimal 237 67 55 0 0.72 0.77 0.07 3.96 0.83 0.57
Hex ED 43 37 0 48 4D 7 4 53 39
Octal 355 103 67 0 110 115 7 4 123 71
Binary 11101101 1000011 110111 0 1001000 1001101 111 100 1010011 111001

Color Harmonies of #ED4337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4337

Black with #ED4337

Text Example


Text Example

White with #ED4337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4337; }

 p { color: rgb(237,67,55); }

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

background-color css

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

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

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

border-color css

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

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

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