Html Css Color HEX #ED362A Cinnabar

📋 copy color: '#ED362A'

red 237 ◦ green 54 ◦ blue 42

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

Shades of Cinnabar #ED362A

Tints of Cinnabar #ED362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.61%

R = 71.17%
G = 16.22%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED362A (or 0xED362A) is known color: Cinnabar. HEX triplet: ED, 36 and 2A. RGB value is (237,54,42). Sum of RGB (Red+Green+Blue) = 237+54+42=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED362A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED362A is #12C9D5. Grayscale: #6B6B6B. Windows color (decimal): -1231318 or 2766573. OLE color: 2766573.

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

Color convert

RGB 237 54 42 -
CMYK 0 0.77 0.82 0.07
HSL 3.69º 0.84% 0.55% -
HSV(B) 3.69º 0.82% 0.93% -
XYZ 36.66 20.81 4.27 -
YUV 107.35 91.13 220.48 -
System Red Green Blue C M Y K H S L
Decimal 237 54 42 0 0.77 0.82 0.07 3.69 0.84 0.55
Hex ED 36 2A 0 4D 52 7 4 54 37
Octal 355 66 52 0 115 122 7 4 124 67
Binary 11101101 110110 101010 0 1001101 1010010 111 100 1010100 110111

Color Harmonies of #ED362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED362A

Black with #ED362A

Text Example


Text Example

White with #ED362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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