Html Css Color HEX #ED342C Cinnabar

📋 copy color: '#ED342C'

red 237 ◦ green 52 ◦ blue 44

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

Shades of Cinnabar #ED342C

Tints of Cinnabar #ED342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 71.17%
G = 15.62%
B = 13.21%

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

#ED342C (or 0xED342C) is known color: Cinnabar. HEX triplet: ED, 34 and 2C. RGB value is (237,52,44). Sum of RGB (Red+Green+Blue) = 237+52+44=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED342C is #12CBD3. Grayscale: #6A6A6A. Windows color (decimal): -1231828 or 2897133. OLE color: 2897133.

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

Color convert

RGB 237 52 44 -
CMYK 0 0.78 0.81 0.07
HSL 2.49º 0.84% 0.55% -
HSV(B) 2.49º 0.81% 0.93% -
XYZ 36.61 20.64 4.44 -
YUV 106.4 92.79 221.15 -
System Red Green Blue C M Y K H S L
Decimal 237 52 44 0 0.78 0.81 0.07 2.49 0.84 0.55
Hex ED 34 2C 0 4E 51 7 2 54 37
Octal 355 64 54 0 116 121 7 2 124 67
Binary 11101101 110100 101100 0 1001110 1010001 111 10 1010100 110111

Color Harmonies of #ED342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED342C

Black with #ED342C

Text Example


Text Example

White with #ED342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED342C; }

 p { color: rgb(237,52,44); }

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

background-color css

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

 a { background-color: rgb(237,52,44); }

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

border-color css

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

 span { border-color: rgb(237,52,44); }

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