Html Css Color HEX #ED361F Cinnabar

📋 copy color: '#ED361F'

red 237 ◦ green 54 ◦ blue 31

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

Shades of Cinnabar #ED361F

Tints of Cinnabar #ED361F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 73.6%
G = 16.77%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED361F (or 0xED361F) is known color: Cinnabar. HEX triplet: ED, 36 and 1F. RGB value is (237,54,31). Sum of RGB (Red+Green+Blue) = 237+54+31=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED361F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED361F is #12C9E0. Grayscale: #6A6A6A. Windows color (decimal): -1231329 or 2045677. OLE color: 2045677.

HSL color Cylindrical-coordinate representation of color #ED361F: hue angle of 6.7º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED361F is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 54 31 -
CMYK 0 0.77 0.87 0.07
HSL 6.7º 0.85% 0.53% -
HSV(B) 6.7º 0.87% 0.93% -
XYZ 36.49 20.74 3.38 -
YUV 106.1 85.63 221.37 -
System Red Green Blue C M Y K H S L
Decimal 237 54 31 0 0.77 0.87 0.07 6.7 0.85 0.53
Hex ED 36 1F 0 4D 57 7 7 55 35
Octal 355 66 37 0 115 127 7 7 125 65
Binary 11101101 110110 11111 0 1001101 1010111 111 111 1010101 110101

Color Harmonies of #ED361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED361F

Black with #ED361F

Text Example


Text Example

White with #ED361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED361F; }

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

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

background-color css

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

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

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

border-color css

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

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

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