Html Css Color HEX #ED362B Cinnabar

📋 copy color: '#ED362B'

red 237 ◦ green 54 ◦ blue 43

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

Shades of Cinnabar #ED362B

Tints of Cinnabar #ED362B

RGB

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

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

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

R = 70.96%
G = 16.17%
B = 12.87%

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

#ED362B (or 0xED362B) is known color: Cinnabar. HEX triplet: ED, 36 and 2B. RGB value is (237,54,43). Sum of RGB (Red+Green+Blue) = 237+54+43=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED362B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED362B is #12C9D4. Grayscale: #6B6B6B. Windows color (decimal): -1231317 or 2832109. OLE color: 2832109.

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

Color convert

RGB 237 54 43 -
CMYK 0 0.77 0.82 0.07
HSL 3.4º 0.84% 0.55% -
HSV(B) 3.4º 0.82% 0.93% -
XYZ 36.68 20.82 4.37 -
YUV 107.46 91.63 220.39 -
System Red Green Blue C M Y K H S L
Decimal 237 54 43 0 0.77 0.82 0.07 3.4 0.84 0.55
Hex ED 36 2B 0 4D 52 7 3 54 37
Octal 355 66 53 0 115 122 7 3 124 67
Binary 11101101 110110 101011 0 1001101 1010010 111 11 1010100 110111

Color Harmonies of #ED362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED362B

Black with #ED362B

Text Example


Text Example

White with #ED362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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