Html Css Color HEX #ED281E Cinnabar

📋 copy color: '#ED281E'

red 237 ◦ green 40 ◦ blue 30

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

Shades of Cinnabar #ED281E

Tints of Cinnabar #ED281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 77.2%
G = 13.03%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED281E (or 0xED281E) is known color: Cinnabar. HEX triplet: ED, 28 and 1E. RGB value is (237,40,30). Sum of RGB (Red+Green+Blue) = 237+40+30=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED281E is #12D7E1. Grayscale: #616161. Windows color (decimal): -1234914 or 1976557. OLE color: 1976557.

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

Color convert

RGB 237 40 30 -
CMYK 0 0.83 0.87 0.07
HSL 2.9º 0.85% 0.52% -
HSV(B) 2.9º 0.87% 0.93% -
XYZ 35.92 19.62 3.12 -
YUV 97.76 89.77 227.31 -
System Red Green Blue C M Y K H S L
Decimal 237 40 30 0 0.83 0.87 0.07 2.9 0.85 0.52
Hex ED 28 1E 0 53 57 7 3 55 34
Octal 355 50 36 0 123 127 7 3 125 64
Binary 11101101 101000 11110 0 1010011 1010111 111 11 1010101 110100

Color Harmonies of #ED281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED281E

Black with #ED281E

Text Example


Text Example

White with #ED281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED281E; }

 p { color: rgb(237,40,30); }

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

background-color css

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

 a { background-color: rgb(237,40,30); }

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

border-color css

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

 span { border-color: rgb(237,40,30); }

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