Html Css Color HEX #ED2B1E Cinnabar

📋 copy color: '#ED2B1E'

red 237 ◦ green 43 ◦ blue 30

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

Shades of Cinnabar #ED2B1E

Tints of Cinnabar #ED2B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 76.45%
G = 13.87%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED2B1E (or 0xED2B1E) is known color: Cinnabar. HEX triplet: ED, 2B and 1E. RGB value is (237,43,30). Sum of RGB (Red+Green+Blue) = 237+43+30=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B1E is #12D4E1. Grayscale: #636363. Windows color (decimal): -1234146 or 1977325. OLE color: 1977325.

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

Color convert

RGB 237 43 30 -
CMYK 0 0.82 0.87 0.07
HSL 3.77º 0.85% 0.52% -
HSV(B) 3.77º 0.87% 0.93% -
XYZ 36.02 19.83 3.16 -
YUV 99.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 237 43 30 0 0.82 0.87 0.07 3.77 0.85 0.52
Hex ED 2B 1E 0 52 57 7 4 55 34
Octal 355 53 36 0 122 127 7 4 125 64
Binary 11101101 101011 11110 0 1010010 1010111 111 100 1010101 110100

Color Harmonies of #ED2B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B1E

Black with #ED2B1E

Text Example


Text Example

White with #ED2B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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