Html Css Color HEX #ED483F Cinnabar

📋 copy color: '#ED483F'

red 237 ◦ green 72 ◦ blue 63

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

Shades of Cinnabar #ED483F

Tints of Cinnabar #ED483F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.94%

R = 63.71%
G = 19.35%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED483F (or 0xED483F) is known color: Cinnabar. HEX triplet: ED, 48 and 3F. RGB value is (237,72,63). Sum of RGB (Red+Green+Blue) = 237+72+63=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED483F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED483F is #12B7C0. Grayscale: #787878. Windows color (decimal): -1226689 or 4147437. OLE color: 4147437.

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

Color convert

RGB 237 72 63 -
CMYK 0 0.70 0.73 0.07
HSL 3.1º 0.83% 0.59% -
HSV(B) 3.1º 0.73% 0.93% -
XYZ 38.14 23 7.13 -
YUV 120.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 237 72 63 0 0.70 0.73 0.07 3.1 0.83 0.59
Hex ED 48 3F 0 46 49 7 3 53 3B
Octal 355 110 77 0 106 111 7 3 123 73
Binary 11101101 1001000 111111 0 1000110 1001001 111 11 1010011 111011

Color Harmonies of #ED483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED483F

Black with #ED483F

Text Example


Text Example

White with #ED483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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