Html Css Color HEX #ED362D Cinnabar

📋 copy color: '#ED362D'

red 237 ◦ green 54 ◦ blue 45

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

Shades of Cinnabar #ED362D

Tints of Cinnabar #ED362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

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

R = 70.54%
G = 16.07%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED362D (or 0xED362D) is known color: Cinnabar. HEX triplet: ED, 36 and 2D. RGB value is (237,54,45). Sum of RGB (Red+Green+Blue) = 237+54+45=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED362D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED362D is #12C9D2. Grayscale: #6B6B6B. Windows color (decimal): -1231315 or 2963181. OLE color: 2963181.

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

Color convert

RGB 237 54 45 -
CMYK 0 0.77 0.81 0.07
HSL 2.81º 0.84% 0.55% -
HSV(B) 2.81º 0.81% 0.93% -
XYZ 36.72 20.83 4.57 -
YUV 107.69 92.63 220.23 -
System Red Green Blue C M Y K H S L
Decimal 237 54 45 0 0.77 0.81 0.07 2.81 0.84 0.55
Hex ED 36 2D 0 4D 51 7 3 54 37
Octal 355 66 55 0 115 121 7 3 124 67
Binary 11101101 110110 101101 0 1001101 1010001 111 11 1010100 110111

Color Harmonies of #ED362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED362D

Black with #ED362D

Text Example


Text Example

White with #ED362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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