Html Css Color HEX #ED462C Cinnabar

📋 copy color: '#ED462C'

red 237 ◦ green 70 ◦ blue 44

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

Shades of Cinnabar #ED462C

Tints of Cinnabar #ED462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 67.52%
G = 19.94%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED462C (or 0xED462C) is known color: Cinnabar. HEX triplet: ED, 46 and 2C. RGB value is (237,70,44). Sum of RGB (Red+Green+Blue) = 237+70+44=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED462C is #12B9D3. Grayscale: #757575. Windows color (decimal): -1227220 or 2901741. OLE color: 2901741.

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

Color convert

RGB 237 70 44 -
CMYK 0 0.70 0.81 0.07
HSL 8.08º 0.84% 0.55% -
HSV(B) 8.08º 0.81% 0.93% -
XYZ 37.57 22.57 4.76 -
YUV 116.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 237 70 44 0 0.70 0.81 0.07 8.08 0.84 0.55
Hex ED 46 2C 0 46 51 7 8 54 37
Octal 355 106 54 0 106 121 7 10 124 67
Binary 11101101 1000110 101100 0 1000110 1010001 111 1000 1010100 110111

Color Harmonies of #ED462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED462C

Black with #ED462C

Text Example


Text Example

White with #ED462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED462C; }

 p { color: rgb(237,70,44); }

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

background-color css

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

 a { background-color: rgb(237,70,44); }

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

border-color css

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

 span { border-color: rgb(237,70,44); }

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