Html Css Color HEX #ED481B Cinnabar

📋 copy color: '#ED481B'

red 237 ◦ green 72 ◦ blue 27

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

Shades of Cinnabar #ED481B

Tints of Cinnabar #ED481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

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

R = 70.54%
G = 21.43%
B = 8.04%

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

#ED481B (or 0xED481B) is known color: Cinnabar. HEX triplet: ED, 48 and 1B. RGB value is (237,72,27). Sum of RGB (Red+Green+Blue) = 237+72+27=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED481B is #12B7E4. Grayscale: #747474. Windows color (decimal): -1226725 or 1788141. OLE color: 1788141.

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

Color convert

RGB 237 72 27 -
CMYK 0 0.70 0.89 0.07
HSL 12.86º 0.85% 0.52% -
HSV(B) 12.86º 0.89% 0.93% -
XYZ 37.44 22.72 3.45 -
YUV 116.21 77.66 214.16 -
System Red Green Blue C M Y K H S L
Decimal 237 72 27 0 0.70 0.89 0.07 12.86 0.85 0.52
Hex ED 48 1B 0 46 59 7 D 55 34
Octal 355 110 33 0 106 131 7 15 125 64
Binary 11101101 1001000 11011 0 1000110 1011001 111 1101 1010101 110100

Color Harmonies of #ED481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED481B

Black with #ED481B

Text Example


Text Example

White with #ED481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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