Html Css Color HEX #ED332B Cinnabar

📋 copy color: '#ED332B'

red 237 ◦ green 51 ◦ blue 43

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

Shades of Cinnabar #ED332B

Tints of Cinnabar #ED332B

RGB

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

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

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

R = 71.6%
G = 15.41%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED332B (or 0xED332B) is known color: Cinnabar. HEX triplet: ED, 33 and 2B. RGB value is (237,51,43). Sum of RGB (Red+Green+Blue) = 237+51+43=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED332B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED332B is #12CCD4. Grayscale: #696969. Windows color (decimal): -1232085 or 2831341. OLE color: 2831341.

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

Color convert

RGB 237 51 43 -
CMYK 0 0.78 0.82 0.07
HSL 2.47º 0.84% 0.55% -
HSV(B) 2.47º 0.82% 0.93% -
XYZ 36.54 20.55 4.33 -
YUV 105.7 92.62 221.65 -
System Red Green Blue C M Y K H S L
Decimal 237 51 43 0 0.78 0.82 0.07 2.47 0.84 0.55
Hex ED 33 2B 0 4E 52 7 2 54 37
Octal 355 63 53 0 116 122 7 2 124 67
Binary 11101101 110011 101011 0 1001110 1010010 111 10 1010100 110111

Color Harmonies of #ED332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED332B

Black with #ED332B

Text Example


Text Example

White with #ED332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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