Html Css Color HEX #ED4428 Cinnabar

📋 copy color: '#ED4428'

red 237 ◦ green 68 ◦ blue 40

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

Shades of Cinnabar #ED4428

Tints of Cinnabar #ED4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.71%

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 68.7%
G = 19.71%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED4428 (or 0xED4428) is known color: Cinnabar. HEX triplet: ED, 44 and 28. RGB value is (237,68,40). Sum of RGB (Red+Green+Blue) = 237+68+40=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4428 is #12BBD7. Grayscale: #737373. Windows color (decimal): -1227736 or 2639085. OLE color: 2639085.

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

Color convert

RGB 237 68 40 -
CMYK 0 0.71 0.83 0.07
HSL 8.53º 0.85% 0.54% -
HSV(B) 8.53º 0.83% 0.93% -
XYZ 37.38 22.29 4.34 -
YUV 115.34 85.49 214.78 -
System Red Green Blue C M Y K H S L
Decimal 237 68 40 0 0.71 0.83 0.07 8.53 0.85 0.54
Hex ED 44 28 0 47 53 7 9 55 36
Octal 355 104 50 0 107 123 7 11 125 66
Binary 11101101 1000100 101000 0 1000111 1010011 111 1001 1010101 110110

Color Harmonies of #ED4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4428

Black with #ED4428

Text Example


Text Example

White with #ED4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4428; }

 p { color: rgb(237,68,40); }

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

background-color css

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

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

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

border-color css

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

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

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