#ED402A

Color #ED402A Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #ED402A

Tints of Cinnabar #ED402A

Color information

#ED402A (or 0xED402A) is unknown color: approx Cinnabar. HEX triplet: ED, 40 and 2A. RGB value is (237,64,42). Sum of RGB (Red+Green+Blue) = 237+64+42=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED402A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED402A is #12BFD5. Grayscale: #717171. Windows color (decimal): -1228758 or 2769133. OLE color: 2769133.

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

Color convert

RGB2376442-
CMYK00.730.820.07
HSL6.77º84.42%54.71%-
HSV(B)6.77º82.28%92.94%-
XYZ37.1821.844.45-
YUV113.2287.81216.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 69.10%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=69.10%
G=18.66%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237644200.730.820.076.7784.4254.71
HexED402A04952775437
Octal3551005201111227712467
Binary1110110110000001010100100100110100101111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED402A; }

 p { color: rgb(237,64,42); }

 H1.HeaderClassName
 {
   color: #ED402A;
 }
 .AnyTagClassName
 {
   color: #ED402A;
 }
</style>
background-color css

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

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

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

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

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

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