Html Css Color HEX #ED461C Cinnabar

📋 copy color: '#ED461C'

red 237 ◦ green 70 ◦ blue 28

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

Shades of Cinnabar #ED461C

Tints of Cinnabar #ED461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 70.75%
G = 20.9%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED461C (or 0xED461C) is known color: Cinnabar. HEX triplet: ED, 46 and 1C. RGB value is (237,70,28). Sum of RGB (Red+Green+Blue) = 237+70+28=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED461C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED461C is #12B9E3. Grayscale: #737373. Windows color (decimal): -1227236 or 1853165. OLE color: 1853165.

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

Color convert

RGB 237 70 28 -
CMYK 0 0.70 0.88 0.07
HSL 12.06º 0.85% 0.52% -
HSV(B) 12.06º 0.88% 0.93% -
XYZ 37.32 22.47 3.47 -
YUV 115.15 78.83 214.92 -
System Red Green Blue C M Y K H S L
Decimal 237 70 28 0 0.70 0.88 0.07 12.06 0.85 0.52
Hex ED 46 1C 0 46 58 7 C 55 34
Octal 355 106 34 0 106 130 7 14 125 64
Binary 11101101 1000110 11100 0 1000110 1011000 111 1100 1010101 110100

Color Harmonies of #ED461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED461C

Black with #ED461C

Text Example


Text Example

White with #ED461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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