Html Css Color HEX #ED382D Cinnabar

📋 copy color: '#ED382D'

red 237 ◦ green 56 ◦ blue 45

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

Shades of Cinnabar #ED382D

Tints of Cinnabar #ED382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 70.12%
G = 16.57%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED382D (or 0xED382D) is known color: Cinnabar. HEX triplet: ED, 38 and 2D. RGB value is (237,56,45). Sum of RGB (Red+Green+Blue) = 237+56+45=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED382D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED382D is #12C7D2. Grayscale: #6D6D6D. Windows color (decimal): -1230803 or 2963693. OLE color: 2963693.

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

Color convert

RGB 237 56 45 -
CMYK 0 0.76 0.81 0.07
HSL 3.44º 0.84% 0.55% -
HSV(B) 3.44º 0.81% 0.93% -
XYZ 36.81 21.02 4.6 -
YUV 108.87 91.97 219.39 -
System Red Green Blue C M Y K H S L
Decimal 237 56 45 0 0.76 0.81 0.07 3.44 0.84 0.55
Hex ED 38 2D 0 4C 51 7 3 54 37
Octal 355 70 55 0 114 121 7 3 124 67
Binary 11101101 111000 101101 0 1001100 1010001 111 11 1010100 110111

Color Harmonies of #ED382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED382D

Black with #ED382D

Text Example


Text Example

White with #ED382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED382D; }

 p { color: rgb(237,56,45); }

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

background-color css

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

 a { background-color: rgb(237,56,45); }

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

border-color css

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

 span { border-color: rgb(237,56,45); }

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