Html Css Color HEX #ED461B Cinnabar

📋 copy color: '#ED461B'

red 237 ◦ green 70 ◦ blue 27

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

Shades of Cinnabar #ED461B

Tints of Cinnabar #ED461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 70.96%
G = 20.96%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED461B (or 0xED461B) is known color: Cinnabar. HEX triplet: ED, 46 and 1B. RGB value is (237,70,27). Sum of RGB (Red+Green+Blue) = 237+70+27=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED461B is #12B9E4. Grayscale: #737373. Windows color (decimal): -1227237 or 1787629. OLE color: 1787629.

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

Color convert

RGB 237 70 27 -
CMYK 0 0.70 0.89 0.07
HSL 12.29º 0.85% 0.52% -
HSV(B) 12.29º 0.89% 0.93% -
XYZ 37.31 22.46 3.41 -
YUV 115.03 78.33 215 -
System Red Green Blue C M Y K H S L
Decimal 237 70 27 0 0.70 0.89 0.07 12.29 0.85 0.52
Hex ED 46 1B 0 46 59 7 C 55 34
Octal 355 106 33 0 106 131 7 14 125 64
Binary 11101101 1000110 11011 0 1000110 1011001 111 1100 1010101 110100

Color Harmonies of #ED461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED461B

Black with #ED461B

Text Example


Text Example

White with #ED461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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