Html Css Color HEX #ED4328 Cinnabar

📋 copy color: '#ED4328'

red 237 ◦ green 67 ◦ blue 40

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

Shades of Cinnabar #ED4328

Tints of Cinnabar #ED4328

RGB

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

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

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

R = 68.9%
G = 19.48%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED4328 (or 0xED4328) is known color: Cinnabar. HEX triplet: ED, 43 and 28. RGB value is (237,67,40). Sum of RGB (Red+Green+Blue) = 237+67+40=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4328 is #12BCD7. Grayscale: #737373. Windows color (decimal): -1227992 or 2638829. OLE color: 2638829.

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

Color convert

RGB 237 67 40 -
CMYK 0 0.72 0.83 0.07
HSL 8.22º 0.85% 0.54% -
HSV(B) 8.22º 0.83% 0.93% -
XYZ 37.32 22.17 4.32 -
YUV 114.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 237 67 40 0 0.72 0.83 0.07 8.22 0.85 0.54
Hex ED 43 28 0 48 53 7 8 55 36
Octal 355 103 50 0 110 123 7 10 125 66
Binary 11101101 1000011 101000 0 1001000 1010011 111 1000 1010101 110110

Color Harmonies of #ED4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4328

Black with #ED4328

Text Example


Text Example

White with #ED4328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4328; }

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

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

background-color css

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

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

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

border-color css

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

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

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