Html Css Color HEX #ED332D Cinnabar

📋 copy color: '#ED332D'

red 237 ◦ green 51 ◦ blue 45

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

Shades of Cinnabar #ED332D

Tints of Cinnabar #ED332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 71.17%
G = 15.32%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED332D (or 0xED332D) is known color: Cinnabar. HEX triplet: ED, 33 and 2D. RGB value is (237,51,45). Sum of RGB (Red+Green+Blue) = 237+51+45=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED332D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED332D is #12CCD2. Grayscale: #6A6A6A. Windows color (decimal): -1232083 or 2962413. OLE color: 2962413.

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

Color convert

RGB 237 51 45 -
CMYK 0 0.78 0.81 0.07
HSL 1.88º 0.84% 0.55% -
HSV(B) 1.88º 0.81% 0.93% -
XYZ 36.58 20.56 4.52 -
YUV 105.93 93.62 221.49 -
System Red Green Blue C M Y K H S L
Decimal 237 51 45 0 0.78 0.81 0.07 1.88 0.84 0.55
Hex ED 33 2D 0 4E 51 7 2 54 37
Octal 355 63 55 0 116 121 7 2 124 67
Binary 11101101 110011 101101 0 1001110 1010001 111 10 1010100 110111

Color Harmonies of #ED332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED332D

Black with #ED332D

Text Example


Text Example

White with #ED332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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