Html Css Color HEX #ED392B Cinnabar

📋 copy color: '#ED392B'

red 237 ◦ green 57 ◦ blue 43

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

Shades of Cinnabar #ED392B

Tints of Cinnabar #ED392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 70.33%
G = 16.91%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED392B (or 0xED392B) is known color: Cinnabar. HEX triplet: ED, 39 and 2B. RGB value is (237,57,43). Sum of RGB (Red+Green+Blue) = 237+57+43=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED392B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED392B is #12C6D4. Grayscale: #6D6D6D. Windows color (decimal): -1230549 or 2832877. OLE color: 2832877.

HSL color Cylindrical-coordinate representation of color #ED392B: hue angle of 4.33º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED392B is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 57 43 -
CMYK 0 0.76 0.82 0.07
HSL 4.33º 0.84% 0.55% -
HSV(B) 4.33º 0.82% 0.93% -
XYZ 36.82 21.11 4.42 -
YUV 109.22 90.63 219.14 -
System Red Green Blue C M Y K H S L
Decimal 237 57 43 0 0.76 0.82 0.07 4.33 0.84 0.55
Hex ED 39 2B 0 4C 52 7 4 54 37
Octal 355 71 53 0 114 122 7 4 124 67
Binary 11101101 111001 101011 0 1001100 1010010 111 100 1010100 110111

Color Harmonies of #ED392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED392B

Black with #ED392B

Text Example


Text Example

White with #ED392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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