Html Css Color HEX #ED362F Cinnabar

📋 copy color: '#ED362F'

red 237 ◦ green 54 ◦ blue 47

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

Shades of Cinnabar #ED362F

Tints of Cinnabar #ED362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 70.12%
G = 15.98%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED362F (or 0xED362F) is known color: Cinnabar. HEX triplet: ED, 36 and 2F. RGB value is (237,54,47). Sum of RGB (Red+Green+Blue) = 237+54+47=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED362F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED362F is #12C9D0. Grayscale: #6C6C6C. Windows color (decimal): -1231313 or 3094253. OLE color: 3094253.

HSL color Cylindrical-coordinate representation of color #ED362F: hue angle of 2.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED362F is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 54 47 -
CMYK 0 0.77 0.80 0.07
HSL 2.21º 0.84% 0.56% -
HSV(B) 2.21º 0.8% 0.93% -
XYZ 36.76 20.85 4.78 -
YUV 107.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 237 54 47 0 0.77 0.80 0.07 2.21 0.84 0.56
Hex ED 36 2F 0 4D 50 7 2 54 38
Octal 355 66 57 0 115 120 7 2 124 70
Binary 11101101 110110 101111 0 1001101 1010000 111 10 1010100 111000

Color Harmonies of #ED362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED362F

Black with #ED362F

Text Example


Text Example

White with #ED362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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