Html Css Color HEX #ED3F2E Cinnabar

📋 copy color: '#ED3F2E'

red 237 ◦ green 63 ◦ blue 46

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

Shades of Cinnabar #ED3F2E

Tints of Cinnabar #ED3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

 BLUE value IS 46 (18.36% from 255) = 13.29%

R = 68.5%
G = 18.21%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED3F2E (or 0xED3F2E) is known color: Cinnabar. HEX triplet: ED, 3F and 2E. RGB value is (237,63,46). Sum of RGB (Red+Green+Blue) = 237+63+46=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F2E is #12C0D1. Grayscale: #717171. Windows color (decimal): -1229010 or 3031021. OLE color: 3031021.

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

Color convert

RGB 237 63 46 -
CMYK 0 0.73 0.81 0.07
HSL 5.34º 0.84% 0.55% -
HSV(B) 5.34º 0.81% 0.93% -
XYZ 37.2 21.76 4.82 -
YUV 113.09 90.15 216.38 -
System Red Green Blue C M Y K H S L
Decimal 237 63 46 0 0.73 0.81 0.07 5.34 0.84 0.55
Hex ED 3F 2E 0 49 51 7 5 54 37
Octal 355 77 56 0 111 121 7 5 124 67
Binary 11101101 111111 101110 0 1001001 1010001 111 101 1010100 110111

Color Harmonies of #ED3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F2E

Black with #ED3F2E

Text Example


Text Example

White with #ED3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F2E; }

 p { color: rgb(237,63,46); }

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

background-color css

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

 a { background-color: rgb(237,63,46); }

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

border-color css

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

 span { border-color: rgb(237,63,46); }

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